SystemSupportDeviceInfo Classe
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.
Fournit à l’application la possibilité de récupérer des informations sur l’appareil local.
SystemSupportDeviceInfo reflète les fonctionnalités d’EasClientDeviceInformation. Pour obtenir un exemple d’application Windows 8.x montrant comment les clients de messagerie peuvent récupérer des informations sur les appareils à l’aide d’EasClientDeviceInformation, consultez l’exemple Windows 8.x stratégies EAS pour les clients de messagerie.
public ref class SystemSupportDeviceInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Profile.SystemManufacturers.SystemManufacturersContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SystemSupportDeviceInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Profile.SystemManufacturers.SystemManufacturersContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SystemSupportDeviceInfo
Public NotInheritable Class SystemSupportDeviceInfo
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.System.Profile.SystemManufacturers.SystemManufacturersContract (introduit dans v3.0)
|
Propriétés
FriendlyName |
Obtient le nom convivial de l’appareil local. Cette valeur peut provenir d’un nom d’ordinateur NetBIOS. |
OperatingSystem |
Obtient le nom du système d’exploitation de l’appareil local. |
SystemFirmwareVersion |
Obtient la version du microprogramme système de l’appareil local. |
SystemHardwareVersion |
Obtient la version matérielle système de l’appareil local. |
SystemManufacturer |
Obtient le fabricant système de l’appareil local. Utilisez SystemManufacturer uniquement si la valeur de SystemSku est vide. |
SystemProductName |
Obtient le nom du produit système de l’appareil local. Utilisez SystemProductName uniquement si la valeur de SystemSku est vide. |
SystemSku |
Obtient la référence SKU système de l’appareil local. |