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.
Creates a new instance of the DeviceDescriptor class, using the specified device ID and Windows family value.
Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)
Syntax
public DeviceDescriptor(
    string deviceId,
    bool isWindows
)
public:
DeviceDescriptor(
    String^ deviceId,
    bool isWindows
)
Public Sub New (
    deviceId As String,
    isWindows As Boolean
)
Parameters
- deviceId 
 Type: System.String- The device ID. 
- isWindows 
 Type: System.Boolean- true if the device is in the Windows family; otherwise, false. 
See Also
DeviceDescriptor Overload
DeviceDescriptor Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top