RuntimeInformation.OSDescription Propriété
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.
Obtient une chaîne qui décrit le système d’exploitation sur lequel l’application s’exécute.
public:
static property System::String ^ OSDescription { System::String ^ get(); };
public static string OSDescription { get; }
static member OSDescription : string
Public Shared ReadOnly Property OSDescription As String
Valeur de propriété
Chaîne opaque qui décrit le système d’exploitation sur lequel l’application s’exécute.
Remarques
Cette propriété retourne une chaîne qui décrit le système d’exploitation à présenter à l’utilisateur.
Il n’est pas recommandé d’analyser la chaîne pour plus d’informations.