Table of Contents

Property DllSuffix

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

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

Property Value

string