Class WindowsDeviceClass
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents of an individual device class - for example "Universal Serial Bus controllers".
public class WindowsDeviceClass : GlobalSerializableClassicBase, IComparable<WindowsDeviceClass>
- Inheritance
-
WindowsDeviceClass
- Implements
Constructors
WindowsDeviceClass()
public WindowsDeviceClass()
Properties
ClassGUID
Gets or sets the unique GUID of this class - for example "{36fc9e60-c465-11cf-8056-444553540000}".
public string ClassGUID { get; set; }
Property Value
Name
Gets or sets the display name of this device class - for example "Universal Serial Bus controllers".
public string Name { get; set; }
Property Value
Methods
CompareTo(WindowsDeviceClass)
Compares two device classes to allow sorting alphabetically by class display name.
public int CompareTo(WindowsDeviceClass other)
Parameters
other
WindowsDeviceClass