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 | |
---|---|---|
WindowsDriverMetadata() | Instantiates a new instance of the WindowsDriverMetadata class. |
Properties
Name | Description | |
---|---|---|
Company | Gets or sets the name of the company that produced the driver. |
|
DriverClass | Gets or sets the class of the driver. |
|
DriverVerDate | Gets or sets the date/time of the driver version. |
|
DriverVerVersion | Gets or sets the driver version. |
|
HardwareId | Gets or sets the hardware ID for the driver. |
|
Manufacturer | Gets or sets the manufacturer of the driver. |
|
Model | Gets or sets the model of the device to which the driver applies. |
|
Provider | Gets or sets the provider for the driver. |
|
WhqlDriverId | Gets or sets the WHQL driver ID. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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