DriverCatalogDevices Class
Represent driver catalog devices.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | DriverCatalogDevices() | Initializes a new instance of the DriverCatalogDevices class. |
| Name | Description | |
|---|---|---|
![]() | Devices | Gets a collection of devices. |
| Name | Description | |
|---|---|---|
![]() | Add(DriverCatalogDevice^) | Adds a device to the collection. This operation is not thread safe. |
![]() | Add(String^, String^, Boolean) | Adds a device with a hardware ID to the internal collection. If the device already exists, the hardware information is added to the existing device. |
![]() | Add(String^, array<Tuple<String^, Boolean>^>^) | Adds a device to the collection. This operation is not thread safe. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.

