SystemSupportInfo 类

定义

提供有关设备的支持信息。 这包括本地系统版本和 OEM 支持信息。

public ref class SystemSupportInfo abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Profile.SystemManufacturers.SystemManufacturersContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SystemSupportInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Profile.SystemManufacturers.SystemManufacturersContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class SystemSupportInfo
Public Class SystemSupportInfo
继承
Object Platform::Object IInspectable SystemSupportInfo
属性

Windows 要求

设备系列
Windows Desktop Extension SDK (在 10.0.16299.0 中引入)
API contract
Windows.System.Profile.SystemManufacturers.SystemManufacturersContract (在 v2.0 中引入)

注解

版本历史记录

Windows 版本 SDK 版本 增值
1809 17763 LocalDeviceInfo

属性

LocalDeviceInfo

获取本地设备。

LocalSystemEdition

获取设备的本地系统版本。

OemSupportInfo

获取系统的 OEM 支持信息。

适用于