C# Class SecureDelete.Actions.SessionControlBridge

Inheritance: IBridge, IFullAccessBridge
Mostrar archivo Open project: gratianlup/SecureDelete Class Usage Examples

Private Properties

Property Type Description
InsertDrive void
InsertFile void
InsertFolder void
ReportError void
StopWipe void

Public Methods

Method Description
Close ( ) : void
Open ( ) : void
SessionControlBridge ( ) : System
SessionControlBridge ( WipeSession session, bool afterWipe ) : System

Private Methods

Method Description
InsertDrive ( char name, bool wipeFreeSpace, bool wipeClusterTips, bool wipeMft ) : void
InsertFile ( string path ) : void
InsertFolder ( string path, string pattern, bool regex, bool wipeSubfolders, bool deleteFolders ) : void
ReportError ( int severity, string message ) : void
StopWipe ( string reason ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Open() public method

public Open ( ) : void
return void

SessionControlBridge() public method

public SessionControlBridge ( ) : System
return System

SessionControlBridge() public method

public SessionControlBridge ( WipeSession session, bool afterWipe ) : System
session WipeSession
afterWipe bool
return System