C# 클래스 Catel.Platforms

Information about the platforms.
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
IsPlatformSupported ( KnownPlatforms platformToCheck ) : bool

Determines whether the specified known platforms is currently supported.

IsPlatformSupported ( KnownPlatforms platformToCheck, SupportedPlatforms currentPlatform ) : bool

Determines whether the specified known platforms is currently supported.

비공개 메소드들

메소드 설명
DeterminePlatform ( ) : SupportedPlatforms
Platforms ( ) : System

Initializes static members of the Platforms class.

메소드 상세

IsPlatformSupported() 공개 정적인 메소드

Determines whether the specified known platforms is currently supported.
public static IsPlatformSupported ( KnownPlatforms platformToCheck ) : bool
platformToCheck KnownPlatforms The platform to check.
리턴 bool

IsPlatformSupported() 공개 정적인 메소드

Determines whether the specified known platforms is currently supported.
public static IsPlatformSupported ( KnownPlatforms platformToCheck, SupportedPlatforms currentPlatform ) : bool
platformToCheck KnownPlatforms The platform to check.
currentPlatform SupportedPlatforms The current platform.
리턴 bool