Share via


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
System_CAPS_pubmethodSystem_CAPS_static CreateOperatingSystemProperty(String, Int32, SystemType)

Create an OperatingSystemProperty object that contains information about the operating system of a device.

System_CAPS_pubmethodSystem_CAPS_static CreateOperatingSystemProperty(String, Int32, SystemType, Guid)

Create an OperatingSystemProperty object that contains information about the operating system of a device, including the OS family.

System_CAPS_pubmethodSystem_CAPS_static CreateOperatingSystemProperty(String, Int32, SystemType, OSSkuType)

Create an OperatingSystemProperty object that contains information about the operating system of a device.

System_CAPS_pubmethodSystem_CAPS_static 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.

System_CAPS_pubmethodSystem_CAPS_static CreateOperatingSystemProperty(String, Version, Int32, SystemType)

Create an OperatingSystemProperty object that contains information about the operating system of a device, including the OS version.

System_CAPS_pubmethodSystem_CAPS_static 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.

System_CAPS_pubmethodSystem_CAPS_static CreateOperatingSystemProperty(String, Version, Int32, SystemType, OSSkuType)

Create an OperatingSystemProperty object that contains information about the operating system of a device.

System_CAPS_pubmethodSystem_CAPS_static 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