Share via


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
System_CAPS_pubmethod DeviceDescriptor(String, Boolean)

Creates a new instance of the DeviceDescriptor class, using the specified device ID and Windows family value.

System_CAPS_pubmethod 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
System_CAPS_pubproperty DeviceId

Gets and sets the device ID.

System_CAPS_pubproperty DeviceName

Gets and sets the name of the device.

System_CAPS_pubproperty IsWindowsFamily

Gets and sets a value that describes whether the device is in the Windows family.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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