OSPlatform Class

This class represents the operating system architecture and platform information.

Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel

Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)

Usage

Visual Basic

Dim instance As OSPlatform

Syntax

Visual Basic

<DataContractAttribute> _

Public Class OSPlatform

C#

[DataContractAttribute]

public class OSPlatform

Inheritance Hierarchy

System.Object

Microsoft.Windows.Kits.Hardware.ObjectModel.OSPlatform

Remarks

OS Platform is a combination of the architecture and the Operating System SKU.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.