Extracts a collection of DriverPath from an answer file.

The following tables list the members exposed by the DriverPathCollection type.

Public Properties

  Name Description
Count Retrieves the number of items in the collection.
Item Gets the DriverPath with the specified path or null.
Top

Public Methods (see also Protected Methods )

  Name Description
Contains Checks whether an out-of-box device driver is already in the collection.
Create Creates a new instance of DriverPath and adds appropriate settings overrides to the answer file.
Equals  Overloaded. (inherited from Object )
GetEnumerator Returns an enumerator that iterates through the collection.
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
ToString  (inherited from Object )
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
Top

See Also