DevicePropertyFactory.CreateOperatingSystemProperty Method
Create an OperatingSystemProperty object that contains information about the operating system of a device.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Overload List
Name | Description | |
---|---|---|
CreateOperatingSystemProperty(String, Int32, SystemType) | Create an OperatingSystemProperty object that contains information about the operating system of a device. |
|
CreateOperatingSystemProperty(String, Int32, SystemType, Guid) | Create an OperatingSystemProperty object that contains information about the operating system of a device, including the OS family. |
|
CreateOperatingSystemProperty(String, Int32, SystemType, OSSkuType) | Create an OperatingSystemProperty object that contains information about the operating system of a device. |
|
CreateOperatingSystemProperty(String, Int32, SystemType, OSSkuType, Guid) | Create an OperatingSystemProperty object that contains information about the operating system of a device, including the SKU type and OS family. |
|
CreateOperatingSystemProperty(String, Version, Int32, SystemType) | Create an OperatingSystemProperty object that contains information about the operating system of a device, including the OS version. |
|
CreateOperatingSystemProperty(String, Version, Int32, SystemType, Guid) | Create an OperatingSystemProperty object that contains information about the operating system of a device, including the OS version and family. |
|
CreateOperatingSystemProperty(String, Version, Int32, SystemType, OSSkuType) | Create an OperatingSystemProperty object that contains information about the operating system of a device. |
|
CreateOperatingSystemProperty(String, Version, Int32, SystemType, OSSkuType, Guid) | Create an OperatingSystemProperty object that contains information about the operating system of a device, including the OS version, SKU type, and OS family. |
See Also
DevicePropertyFactory Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top