Property DllSuffix
DllSuffix
Specifies the file name suffix, if any, used for shared libraries on this platform.
An example value may be:
".dll", ".dylib", or ".so".
The possible values are identical to those of DllExtension, but with the leading period included.public static string DllSuffix { get; }