Udostępnij za pośrednictwem


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
System_CAPS_pubmethod DriverCatalogDevice()

Initializes a new instance of the DriverCatalogDevice class.

Properties

Name Description
System_CAPS_pubproperty CompatibleDrivers

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

System_CAPS_pubproperty DeviceId

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

System_CAPS_pubproperty Hardware

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

Methods

Name Description
System_CAPS_pubmethod AddHardware(String)

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

System_CAPS_pubmethod AddHardware(String, Boolean)

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

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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