C# 클래스 Smooth.Platform.PlatformExtensions

Extension methods related to the runtime / base platform.
파일 보기 프로젝트 열기: GuuD/smooth.foundations

공개 메소드들

메소드 설명
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