C# Class SecureDelete.WipeMethodManager

Afficher le fichier Open project: gratianlup/SecureDelete

Méthodes publiques

Méthode Description
CreateMethod ( ) : WipeMethod
GetMethod ( int id ) : WipeMethod
GetMethodIndex ( int id ) : int
RemoveMethod ( WipeMethod method, bool removeFromDisk ) : bool
SaveMethod ( WipeMethod method ) : bool
ScanFolder ( ) : bool
WipeMethodManager ( ) : System

Method Details

CreateMethod() public méthode

public CreateMethod ( ) : WipeMethod
Résultat WipeMethod

GetMethod() public méthode

public GetMethod ( int id ) : WipeMethod
id int
Résultat WipeMethod

GetMethodIndex() public méthode

public GetMethodIndex ( int id ) : int
id int
Résultat int

RemoveMethod() public méthode

public RemoveMethod ( WipeMethod method, bool removeFromDisk ) : bool
method WipeMethod
removeFromDisk bool
Résultat bool

SaveMethod() public méthode

public SaveMethod ( WipeMethod method ) : bool
method WipeMethod
Résultat bool

ScanFolder() public méthode

public ScanFolder ( ) : bool
Résultat bool

WipeMethodManager() public méthode

public WipeMethodManager ( ) : System
Résultat System