C# Класс Catel.Platforms

Information about the platforms.
Показать файл Открыть проект

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

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