C# Класс Smooth.Platform.PlatformExtensions

Extension methods related to the runtime / base platform.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

HasJit() публичный статический Метод

Returns true if the specified platform supports JIT compilation; otherwise, false.
public static HasJit ( this runtimePlatform ) : bool
runtimePlatform this
Результат bool

NoJit() публичный статический Метод

Returns true if the specified platform does not support JIT compilation; otherwise, false.
public static NoJit ( this runtimePlatform ) : bool
runtimePlatform this
Результат bool

ToBasePlatform() публичный статический Метод

Returns the base platform for the specified runtime platform.
public static ToBasePlatform ( this runtimePlatform ) : BasePlatform
runtimePlatform this
Результат BasePlatform