C# Class TestVeraCrypt.VeraCrypt.Drive

ファイルを表示 Open project: xenoinc/ToolsHub Class Usage Examples

Public Methods

Method Description
Dismount ( bool force = true ) : int

Dismount virtual drive

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

Mount virtual drive

Method Details

Dismount() public method

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

Drive() public method

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

Mount() public method

Mount virtual drive
public Mount ( ) : int
return int