Table of Contents

Property ExeSuffix

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

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; }

Property Value

string