DriverCatalogDevice Class
Represents a driver catalog device definition.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | DriverCatalogDevice() | Initializes a new instance of the DriverCatalogDevice class. |
| Name | Description | |
|---|---|---|
![]() | CompatibleDrivers | Gets or sets compatible drivers. This property should only be populated by the reply message, not set manually. |
![]() | DeviceId | Gets or sets the device ID path. For example, "ACPI\PNP0301\4&190B75FD&0". |
![]() | Hardware | Gets a collection of hardware IDs that are associated with the device. This property is only used in request messages. |
| Name | Description | |
|---|---|---|
![]() | AddHardware(String^) | Adds a hardware definition to the device. This method is not thread safe and is only used in request messages. |
![]() | AddHardware(String^, Boolean) | Adds a hardware definition to the device. This method is not thread safe and is only used in request messages. |
![]() | 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.

