Table of Contents

Class PlatformAutoDetector

Namespace
MoonSharp.Interpreter.Platforms
Assembly
Assembly-CSharp.dll
public static class PlatformAutoDetector
Inheritance
PlatformAutoDetector
Inherited Members

Properties

IsPortableFramework

public static bool IsPortableFramework { get; }

Property Value

bool

IsRunningOnAOT

public static bool IsRunningOnAOT { get; }

Property Value

bool

IsRunningOnClr4

public static bool IsRunningOnClr4 { get; }

Property Value

bool

IsRunningOnMono

public static bool IsRunningOnMono { get; }

Property Value

bool

IsRunningOnUnity

public static bool IsRunningOnUnity { get; }

Property Value

bool

IsUnityIL2CPP

public static bool IsUnityIL2CPP { get; }

Property Value

bool

IsUnityNative

public static bool IsUnityNative { get; }

Property Value

bool