C# 클래스 Microsoft.Tools.WindowsInstaller.SubstituteDrive

상속: IDisposable
파일 보기 프로젝트 열기: heaths/psmsi 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DefineDosDevice bool
IsDefined bool
Next SubstituteDrive
QueryDosDevice int
SubstituteDrive System

공개 메소드들

메소드 설명
Dispose ( ) : void

Remove the drive substitution.

비공개 메소드들

메소드 설명
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.

메소드 상세

Dispose() 공개 메소드

Remove the drive substitution.
public Dispose ( ) : void
리턴 void