C# Class SecureDelete.Actions.CustomAction

Inheritance: ICloneable, IAction
Mostrar archivo Open project: gratianlup/SecureDelete Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
CustomAction ( ) : System
EndStart ( ) : bool
Start ( ) : bool
Stop ( ) : void

Private Methods

Method Description
OnProcessExited ( object sender, EventArgs e ) : void
OnTimeExpired ( object sender, EventArgs e ) : void
ReleaseProcess ( ) : void
StartTimer ( ) : void
StopTimer ( ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

CustomAction() public method

public CustomAction ( ) : System
return System

EndStart() public method

public EndStart ( ) : bool
return bool

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : void
return void