C# Class Catel.Platforms

Information about the platforms.
Show file Open project: Catel/Catel

Public Methods

Method 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

Method Description
DeterminePlatform ( ) : SupportedPlatforms
Platforms ( ) : System

Initializes static members of the Platforms class.

Method Details

IsPlatformSupported() public static method

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

IsPlatformSupported() public static method

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.
return bool