C# Класс SecureDeleteWinForms.WipeTools.WipeTool

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

AfterActionsFinished() публичный Метод

public AfterActionsFinished ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

BeforeActionsFinished() публичный Метод

public BeforeActionsFinished ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат 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

EnsureContextNumber() публичный Метод

public EnsureContextNumber ( WipeStatus status ) : void
status WipeStatus
Результат void

ExecuteAfterWipeActions() публичный Метод

public ExecuteAfterWipeActions ( ) : void
Результат void

ExecuteBeforeWipeActions() публичный Метод

public ExecuteBeforeWipeActions ( ) : void
Результат void

GetItemStatus() публичный Метод

public GetItemStatus ( int contextId ) : ItemStatus
contextId int
Результат ItemStatus

InitializeTool() публичный Метод

public InitializeTool ( ) : void
Результат void

Pause() публичный Метод

public Pause ( ) : void
Результат void

Start() публичный Метод

public Start ( ) : void
Результат void

StartWipeProcess() публичный Метод

public StartWipeProcess ( ) : void
Результат void

Stop() публичный Метод

public Stop ( ) : void
Результат void

WipeTool() публичный Метод

public WipeTool ( ) : System
Результат System