Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes a device.
Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)
Inheritance Hierarchy
System.Object
  Microsoft.WindowsServerSolutions.Common.Devices.DeviceDescriptor
Syntax
public class DeviceDescriptor
public ref class DeviceDescriptor 
Public Class DeviceDescriptor
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | DeviceDescriptor(String, Boolean) | Creates a new instance of the DeviceDescriptor class, using the specified device ID and Windows family value. | 
| .jpeg) | DeviceDescriptor(String, String, Boolean) | Creates a new instance of the DeviceDescriptor, using the specified device name, device ID, and Windows family value. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | DeviceId | Gets and sets the device ID. | 
| .jpeg) | DeviceName | Gets and sets the name of the device. | 
| .jpeg) | IsWindowsFamily | Gets and sets a value that describes whether the device is in the Windows family. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
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