DriverCatalogDevice Class

 

Represents a driver catalog device definition.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::DriverCatalogDevice

[SerializableAttribute]
public ref class DriverCatalogDevice sealed 

NameDescription
System_CAPS_pubmethodDriverCatalogDevice()

Initializes a new instance of the DriverCatalogDevice class.

NameDescription
System_CAPS_pubpropertyCompatibleDrivers

Gets or sets compatible drivers. This property should only be populated by the reply message, not set manually.

System_CAPS_pubpropertyDeviceId

Gets or sets the device ID path. For example, "ACPI\PNP0301\4&190B75FD&0".

System_CAPS_pubpropertyHardware

Gets a collection of hardware IDs that are associated with the device. This property is only used in request messages.

NameDescription
System_CAPS_pubmethodAddHardware(String^)

Adds a hardware definition to the device. This method is not thread safe and is only used in request messages.

System_CAPS_pubmethodAddHardware(String^, Boolean)

Adds a hardware definition to the device. This method is not thread safe and is only used in request messages.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(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
Show: