Share via


OperatingSystemFamilies Class

 

Represents all of the operating system families that are supported.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Common.Devices.OperatingSystemFamilies

Syntax

public static class OperatingSystemFamilies
public ref class OperatingSystemFamilies abstract sealed 
Public NotInheritable Class OperatingSystemFamilies

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static Macintosh

Gets the identifier for Macintosh based operating systems.

System_CAPS_pubpropertySystem_CAPS_static Windows

Gets the identifier for Windows based operating systems.

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.

See Also

Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top