C# 클래스 TestVeraCrypt.VeraCrypt.Drive

파일 보기 프로젝트 열기: xenoinc/ToolsHub 1 사용 예제들

공개 메소드들

메소드 설명
Dismount ( bool force = true ) : int

Dismount virtual drive

Drive ( string vcPath, string driveLetter, string hcPath = "", string password = "" ) : System
Mount ( ) : int

Mount virtual drive

메소드 상세

Dismount() 공개 메소드

Dismount virtual drive
public Dismount ( bool force = true ) : int
force bool
리턴 int

Drive() 공개 메소드

public Drive ( string vcPath, string driveLetter, string hcPath = "", string password = "" ) : System
vcPath string
driveLetter string
hcPath string
password string
리턴 System

Mount() 공개 메소드

Mount virtual drive
public Mount ( ) : int
리턴 int