Property DllExtension
DllExtension
Specifies the file extension, if any, used for shared libraries on this platform that goes after the dot.
An example value may be:
"dll", "dylib", or "so".public static string DllExtension { get; }