C# Class SecureDeleteWinForms.WipeTools.FreeSpaceTool

Inheritance: System.Windows.Forms.UserControl, ITool
Afficher le fichier Open project: gratianlup/SecureDelete

Méthodes publiques

Méthode Description
DisposeTool ( ) : void
FreeSpaceTool ( ) : System
GetFileIconHandle ( string file ) : IntPtr
GetFileIconImage ( IntPtr handle ) : Image
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
AdvancedButton_Click ( object sender, EventArgs e ) : void
CancelButton_Click ( object sender, EventArgs e ) : void
DestroyIcon ( IntPtr handle ) : bool
DestroyVolumeList ( ) : void
FormatSizeToGB ( long value ) : string
FreeSpacePercentage ( long total, long free ) : string
GetVolumeIndex ( char letter, int &index ) : 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
LoadFromDriveObject ( ) : void
MethodChangeButton_Click ( object sender, EventArgs e ) : void
PopulateVolumeList ( ) : void
SHGetFileInfo ( string pszPath, int dwFileAttributes, SHFILEINFO &psfi, int cbFileInfo, int uFlags ) : IntPtr
SaveToDriveObject ( ) : void
SetVolumes ( object sender, EventArgs e ) : void
UpdateMethodInfo ( ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( 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

FreeSpaceTool() public méthode

public FreeSpaceTool ( ) : System
Résultat System

GetFileIconHandle() public méthode

public GetFileIconHandle ( string file ) : IntPtr
file string
Résultat System.IntPtr

GetFileIconImage() public méthode

public GetFileIconImage ( IntPtr handle ) : Image
handle System.IntPtr
Résultat Image

InitializeTool() public méthode

public InitializeTool ( ) : void
Résultat void