C# Class Microsoft.Tools.WindowsInstaller.SubstituteDrive

Inheritance: IDisposable
Mostrar archivo Open project: heaths/psmsi Class Usage Examples

Private Properties

Property Type Description
DefineDosDevice bool
IsDefined bool
Next SubstituteDrive
QueryDosDevice int
SubstituteDrive System

Public Methods

Method Description
Dispose ( ) : void

Remove the drive substitution.

Private Methods

Method Description
DefineDosDevice ( [ dwFlags, [ lpDeviceName, [ lpTargetPath ) : bool
IsDefined ( char driveLetter ) : bool
Next ( string targetPath ) : SubstituteDrive

Gets a SubstitutionDrve for the next available drive letter.

QueryDosDevice ( [ lpDeviceName, [ lpTargetPath, [ ucchMax ) : int
SubstituteDrive ( char driveLetter, string targetPath ) : System

Creates a new drive substitution.

Method Details

Dispose() public method

Remove the drive substitution.
public Dispose ( ) : void
return void