C# Class Catel.Platforms

Information about the platforms.
Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
DeterminePlatform ( ) : SupportedPlatforms
Platforms ( ) : System

Initializes static members of the Platforms class.

Method Details

IsPlatformSupported() public static méthode

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

IsPlatformSupported() public static méthode

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.
Résultat bool