Share via


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
public property ApplicabilityMetadata  Gets or sets the metadata applicability rules of this installable item. (Inherited from InstallableItem)
public property DriverMetadata Gets a list of WindowsDriverMetadata objects.
public property Id  Gets the GUID of the item. (Inherited from InstallableItem)
public property InstallBehavior  Gets or sets the installation behavior. (Inherited from InstallableItem)
public property IsInstallableApplicabilityRule  Gets or sets the rules for determining whether or not this item is installable on a given computer. (Inherited from InstallableItem)
public property IsInstalledApplicabilityRule  Gets or sets the rules for determining whether or not this item is already installed on a given computer. (Inherited from InstallableItem)
public property 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)
public property Languages  Gets the collection of languages supported by this item. (Inherited from InstallableItem)
public property OriginalSourceFile  Gets or sets the original source of this update.  (Inherited from InstallableItem)
public property UninstallBehavior  Get or sets the uninstallation behavior. (Inherited from InstallableItem)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method GetXml Constructs the XML string for a Windows driver installable item with the specified name.
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

WindowsDriverItem Class
Microsoft.UpdateServices.Administration Namespace