Property ExeSuffix
ExeSuffix
Specifies the file name suffix, if any, used for executable binaries on this platform.
An example value may be:
".exe", or an empty string.
The possible values are identical to those of ExeExtension, but with the leading period included.public static string ExeSuffix { get; }