Represents information on a distribution share.

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

Public Properties

  Name Description
OemFolder Retrieves the name of the OEM folder.
OemKeyName Retrieves the key name of the OEM folder.
OutOfBoxDriverExtension Retrieves the out-of-the-box driver file extension.
OutOfBoxDriversFolder Retrieves the name of the out-of-box drivers folder.
PackageCabExtension Retrieves the extension of the package .cab file.
PackageMumExtension Retrieves the extension of the package .mum file.
PackagesFolder Retrieves the name of the packages folder.
Top

Public Methods (see also Protected Methods )

  Name Description
CreateDistributionShare Creates a distribution share on a specified path.
Equals  Overloaded. (inherited from Object )
FindPackagesInFolder Retrieves all packages within a specified folder and its subfolders.
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ImportPackage Imports a package from a specific path to a distribution share folder.
IsDistributionShare Checks whether a specified folder contains a distribution share.
ReferenceEquals  (inherited from Object )
ToString  (inherited from Object )
Top

Protected Methods

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

Public Events

  Name Description
FindPackageProgressChanged  
Top

See Also