C# Class SecureDeleteWinForms.WipeTools.FolderTool

Afficher le fichier Open project: gratianlup/SecureDelete

Méthodes publiques

Méthode Description
DisposeTool ( ) : void
FolderTool ( ) : System
InitializeTool ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BrowseButton_Click ( object sender, EventArgs e ) : void
CancelButton_Click ( object sender, EventArgs e ) : void
FilterCheckbox_CheckedChanged ( object sender, EventArgs e ) : void
FolderExists ( string folder ) : bool
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InsertButton_Click ( object sender, EventArgs e ) : void
MethodChangeButton_Click ( object sender, EventArgs e ) : void
PatternTextbox_TextChanged ( object sender, EventArgs e ) : void
UpdateMethodInfo ( ) : void
ValidateRegex ( ) : void
button1_Click ( object sender, EventArgs e ) : void
checkBox1_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

DisposeTool() public méthode

public DisposeTool ( ) : void
Résultat void

FolderTool() public méthode

public FolderTool ( ) : System
Résultat System

InitializeTool() public méthode

public InitializeTool ( ) : void
Résultat void