Method | Description | |
---|---|---|
HasJit ( this runtimePlatform ) : bool |
Returns true if the specified platform supports JIT compilation; otherwise, false.
|
|
NoJit ( this runtimePlatform ) : bool |
Returns true if the specified platform does not support JIT compilation; otherwise, false.
|
|
ToBasePlatform ( this runtimePlatform ) : BasePlatform |
Returns the base platform for the specified runtime platform.
|
public static HasJit ( this runtimePlatform ) : bool | ||
runtimePlatform | this | |
return | bool |
public static NoJit ( this runtimePlatform ) : bool | ||
runtimePlatform | this | |
return | bool |
public static ToBasePlatform ( this runtimePlatform ) : BasePlatform | ||
runtimePlatform | this | |
return | BasePlatform |