Class PlatformAutoDetector
- Namespace
- MoonSharp.Interpreter.Platforms
- Assembly
- Assembly-CSharp.dll
public static class PlatformAutoDetector
- Inheritance
-
PlatformAutoDetector
- Inherited Members
-
Properties
public static bool IsPortableFramework { get; }
Property Value
- bool
public static bool IsRunningOnAOT { get; }
Property Value
- bool
public static bool IsRunningOnClr4 { get; }
Property Value
- bool
public static bool IsRunningOnMono { get; }
Property Value
- bool
public static bool IsRunningOnUnity { get; }
Property Value
- bool
public static bool IsUnityIL2CPP { get; }
Property Value
- bool
public static bool IsUnityNative { get; }
Property Value
- bool