Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | List of all members
Smooth.Platform.PlatformExtensions Class Reference

Extension methods related to the runtime / base platform. More...

Static Public Member Functions

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...
 

Detailed Description

Extension methods related to the runtime / base platform.

Member Function Documentation

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: