C# Class SecureDeleteWinForms.WipeTools.WipeTool

Afficher le fichier Open project: gratianlup/SecureDelete Class Usage Examples

Méthodes publiques

Méthode Description
AfterActionsFinished ( object sender, EventArgs e ) : void
BeforeActionsFinished ( object sender, EventArgs e ) : void
DisposeTool ( ) : void
EnsureContextNumber ( WipeStatus status ) : void
ExecuteAfterWipeActions ( ) : void
ExecuteBeforeWipeActions ( ) : void
GetItemStatus ( int contextId ) : ItemStatus
InitializeTool ( ) : void
Pause ( ) : void
Start ( ) : void
StartWipeProcess ( ) : void
Stop ( ) : void
WipeTool ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AfterStop ( ) : void
CancelButton_Click ( object sender, EventArgs e ) : void
GetClusterTipsString ( long index, long total ) : string
GetDurationString ( long speed, long wiped, long toWipe ) : string
GetMFTString ( long index, long total ) : string
GetSizeString ( long wiped, long toWipe ) : string
InitializeComponent ( ) : void

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

RegisterTask ( ) : void
RegisterView ( WipeStatusView view ) : void
SaveReport ( ) : void
SaveReportLabel_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
ShowStatistics ( ) : void
StatusTimer_Tick ( object sender, EventArgs e ) : void
UnregisterTask ( ) : void
UnregisterView ( ItemStatus view ) : void
UnregisterViews ( ) : void
UpdateStatus ( WipeStatus status ) : void
UpdateViewStatus ( WipeStatus status ) : void
WipeStarted ( IAsyncResult result ) : void
WipeStopped ( object sender, EventArgs e ) : void
linkLabel1_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void

Method Details

AfterActionsFinished() public méthode

public AfterActionsFinished ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

BeforeActionsFinished() public méthode

public BeforeActionsFinished ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

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

EnsureContextNumber() public méthode

public EnsureContextNumber ( WipeStatus status ) : void
status WipeStatus
Résultat void

ExecuteAfterWipeActions() public méthode

public ExecuteAfterWipeActions ( ) : void
Résultat void

ExecuteBeforeWipeActions() public méthode

public ExecuteBeforeWipeActions ( ) : void
Résultat void

GetItemStatus() public méthode

public GetItemStatus ( int contextId ) : ItemStatus
contextId int
Résultat ItemStatus

InitializeTool() public méthode

public InitializeTool ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartWipeProcess() public méthode

public StartWipeProcess ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

WipeTool() public méthode

public WipeTool ( ) : System
Résultat System