SystemSupportInfo Class

Definition

Provides support information about the device. This includes the local system edition, and OEM support information.

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
Inheritance
Object Platform::Object IInspectable SystemSupportInfo
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
API contract
Windows.System.Profile.SystemManufacturers.SystemManufacturersContract (introduced in v2.0)

Remarks

Version history

Windows version SDK version Value added
1809 17763 LocalDeviceInfo

Properties

LocalDeviceInfo

Gets the local device.

LocalSystemEdition

Gets the local system edition of the device.

OemSupportInfo

Gets the OEM support information for the system.

Applies to