WindowsDriverMetadata Class

 

Applies To: Windows Server Update Services

This class represents the information necessary to target a driver package at a particular device. The WindowsDriverItem installable item contains a list of these objects.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Inheritance Hierarchy

System.Object
  Microsoft.UpdateServices.Administration.WindowsDriverMetadata

Syntax

public class WindowsDriverMetadata
public ref class WindowsDriverMetadata 
type WindowsDriverMetadata = class end
Public Class WindowsDriverMetadata

Constructors

Name Description
System_CAPS_pubmethod WindowsDriverMetadata()

Instantiates a new instance of the WindowsDriverMetadata class.

Properties

Name Description
System_CAPS_pubproperty Company

Gets or sets the name of the company that produced the driver.

System_CAPS_pubproperty DriverClass

Gets or sets the class of the driver.

System_CAPS_pubproperty DriverVerDate

Gets or sets the date/time of the driver version.

System_CAPS_pubproperty DriverVerVersion

Gets or sets the driver version.

System_CAPS_pubproperty HardwareId

Gets or sets the hardware ID for the driver.

System_CAPS_pubproperty Manufacturer

Gets or sets the manufacturer of the driver.

System_CAPS_pubproperty Model

Gets or sets the model of the device to which the driver applies.

System_CAPS_pubproperty Provider

Gets or sets the provider for the driver.

System_CAPS_pubproperty WhqlDriverId

Gets or sets the WHQL driver ID.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

[This class can be found only in the API delivered with WSUS 3.0 SP1.]

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.UpdateServices.Administration Namespace

Return to top