OSPlatform.Create(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une instance OSPlatform.
public:
static System::Runtime::InteropServices::OSPlatform Create(System::String ^ osPlatform);
public static System.Runtime.InteropServices.OSPlatform Create (string osPlatform);
static member Create : string -> System.Runtime.InteropServices.OSPlatform
Public Shared Function Create (osPlatform As String) As OSPlatform
Paramètres
- osPlatform
- String
Nom de la plateforme que représente cette instance.
Retours
Objet qui représente le système d’exploitation osPlatform
.
Exceptions
osPlatform
est une chaîne vide.
osPlatform
a la valeur null
.
Remarques
Appeler la Create méthode avec les chaînes suivantes revient à récupérer l’objet OSPlatform à partir de la propriété statique correspondante :
chaîne osPlatform | PROPRIÉTÉ OSPlatform |
---|---|
« FREEBSD » | OSPlatform.FreeBSD |
« LINUX » | OSPlatform.Linux |
« OSX » | OSPlatform.OSX |
« WINDOWS » | OSPlatform.Windows |