Property | Type | Description | |
---|---|---|---|
InsertDrive | void | ||
InsertFile | void | ||
InsertFolder | void | ||
ReportError | void | ||
StopWipe | void |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Open ( ) : void | ||
SessionControlBridge ( ) : System | ||
SessionControlBridge ( WipeSession session, bool afterWipe ) : System |
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 |
public SessionControlBridge ( WipeSession session, bool afterWipe ) : System | ||
session | WipeSession | |
afterWipe | bool | |
return | System |