C# 클래스 SecureDeleteWinForms.WipeTools.FreeSpaceTool

상속: System.Windows.Forms.UserControl, ITool
파일 보기 프로젝트 열기: gratianlup/SecureDelete

공개 메소드들

메소드 설명
DisposeTool ( ) : void
FreeSpaceTool ( ) : System
GetFileIconHandle ( string file ) : IntPtr
GetFileIconImage ( IntPtr handle ) : Image
InitializeTool ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

DisposeTool() 공개 메소드

public DisposeTool ( ) : void
리턴 void

FreeSpaceTool() 공개 메소드

public FreeSpaceTool ( ) : System
리턴 System

GetFileIconHandle() 공개 메소드

public GetFileIconHandle ( string file ) : IntPtr
file string
리턴 System.IntPtr

GetFileIconImage() 공개 메소드

public GetFileIconImage ( IntPtr handle ) : Image
handle System.IntPtr
리턴 Image

InitializeTool() 공개 메소드

public InitializeTool ( ) : void
리턴 void