C# Class TestVeraCrypt.VeraCrypt.Drive

Afficher le fichier Open project: xenoinc/ToolsHub Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Dismount virtual drive
public Dismount ( bool force = true ) : int
force bool
Résultat int

Drive() public méthode

public Drive ( string vcPath, string driveLetter, string hcPath = "", string password = "" ) : System
vcPath string
driveLetter string
hcPath string
password string
Résultat System

Mount() public méthode

Mount virtual drive
public Mount ( ) : int
Résultat int