DriverCatalogDevice Class
Represents a driver catalog device definition.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.DriverCatalogDevice
Syntax
[SerializableAttribute]
public sealed class DriverCatalogDevice
[SerializableAttribute]
public ref class DriverCatalogDevice sealed
<SerializableAttribute>
Public NotInheritable Class DriverCatalogDevice
Constructors
Name | Description | |
---|---|---|
DriverCatalogDevice() | Initializes a new instance of the DriverCatalogDevice class. |
Properties
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. |
Methods
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.) |
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.ConfigurationManagement.Messaging.Messages Namespace
Return to top