Extension methods related to the runtime / base platform.
More...
|
static bool | HasJit (this RuntimePlatform runtimePlatform) |
| Returns true if the specified platform supports JIT compilation; otherwise, false. More...
|
|
static bool | HasJit (this BasePlatform basePlatform) |
| Returns true if the specified platform supports JIT compilation; otherwise, false. More...
|
|
static bool | NoJit (this RuntimePlatform runtimePlatform) |
| Returns true if the specified platform does not support JIT compilation; otherwise, false. More...
|
|
static bool | NoJit (this BasePlatform basePlatform) |
| Returns true if the specified platform does not support JIT compilation; otherwise, false. More...
|
|
static BasePlatform | ToBasePlatform (this RuntimePlatform runtimePlatform) |
| Returns the base platform for the specified runtime platform. More...
|
|
Extension methods related to the runtime / base platform.
static bool Smooth.Platform.PlatformExtensions.HasJit |
( |
this RuntimePlatform |
runtimePlatform | ) |
|
|
inlinestatic |
Returns true if the specified platform supports JIT compilation; otherwise, false.
static bool Smooth.Platform.PlatformExtensions.HasJit |
( |
this BasePlatform |
basePlatform | ) |
|
|
inlinestatic |
Returns true if the specified platform supports JIT compilation; otherwise, false.
static bool Smooth.Platform.PlatformExtensions.NoJit |
( |
this RuntimePlatform |
runtimePlatform | ) |
|
|
inlinestatic |
Returns true if the specified platform does not support JIT compilation; otherwise, false.
static bool Smooth.Platform.PlatformExtensions.NoJit |
( |
this BasePlatform |
basePlatform | ) |
|
|
inlinestatic |
Returns true if the specified platform does not support JIT compilation; otherwise, false.
static BasePlatform Smooth.Platform.PlatformExtensions.ToBasePlatform |
( |
this RuntimePlatform |
runtimePlatform | ) |
|
|
inlinestatic |
Returns the base platform for the specified runtime platform.
The documentation for this class was generated from the following file: