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.
|
Méthode | Description | |
---|---|---|
DeterminePlatform ( ) : SupportedPlatforms | ||
Platforms ( ) : System |
Initializes static members of the Platforms class.
|
public static IsPlatformSupported ( KnownPlatforms platformToCheck ) : bool | ||
platformToCheck | KnownPlatforms | The platform to check. |
Résultat | bool |
public static IsPlatformSupported ( KnownPlatforms platformToCheck, SupportedPlatforms currentPlatform ) : bool | ||
platformToCheck | KnownPlatforms | The platform to check. |
currentPlatform | SupportedPlatforms | The current platform. |
Résultat | bool |