DeviceDescriptor Class

 

Describes a device.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

System::Object
  Microsoft.WindowsServerSolutions.Common.Devices::DeviceDescriptor

public ref class DeviceDescriptor 

NameDescription
System_CAPS_pubmethodDeviceDescriptor(String^, Boolean)

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

System_CAPS_pubmethodDeviceDescriptor(String^, String^, Boolean)

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

NameDescription
System_CAPS_pubpropertyDeviceId

Gets and sets the device ID.

System_CAPS_pubpropertyDeviceName

Gets and sets the name of the device.

System_CAPS_pubpropertyIsWindowsFamily

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: