DeviceDescriptor Class
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 | |
---|---|---|
DeviceDescriptor(String, Boolean) | Creates a new instance of the DeviceDescriptor class, using the specified device ID and Windows family value. |
|
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 | |
---|---|---|
DeviceId | Gets and sets the device ID. |
|
DeviceName | Gets and sets the name of the device. |
|
IsWindowsFamily | Gets and sets a value that describes whether the device is in the Windows family. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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