WindowsDriverItem Members
This class is used to support a driver package. It contains the token applicability rules for a driver and a list of WindowsDriverMetadata items to represent the devices to which the driver applies.
The following tables list the members exposed by the WindowsDriverItem type.
Public Constructors
Name | Description | |
---|---|---|
WindowsDriverItem | Instantiates a new instance of the WindowsDriverItem class. |
Top
Public Properties
Name | Description | |
---|---|---|
ApplicabilityMetadata | Gets or sets the metadata applicability rules of this installable item. (Inherited from InstallableItem) | |
DriverMetadata | Gets a list of WindowsDriverMetadata objects. | |
Id | Gets the GUID of the item. (Inherited from InstallableItem) | |
InstallBehavior | Gets or sets the installation behavior. (Inherited from InstallableItem) | |
IsInstallableApplicabilityRule | Gets or sets the rules for determining whether or not this item is installable on a given computer. (Inherited from InstallableItem) | |
IsInstalledApplicabilityRule | Gets or sets the rules for determining whether or not this item is already installed on a given computer. (Inherited from InstallableItem) | |
IsSupersededApplicabilityRule | Gets or sets the rules for determining whether or not this item is superseded by another update on a given computer. (Inherited from InstallableItem) | |
Languages | Gets the collection of languages supported by this item. (Inherited from InstallableItem) | |
OriginalSourceFile | Gets or sets the original source of this update. (Inherited from InstallableItem) | |
UninstallBehavior | Get or sets the uninstallation behavior. (Inherited from InstallableItem) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
GetXml | Constructs the XML string for a Windows driver installable item with the specified name. | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
WindowsDriverItem Class
Microsoft.UpdateServices.Administration Namespace