C# Class SecureDelete.Actions.PowershellAction

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

Public Methods

Method Description
Clone ( ) : object
EndStart ( ) : bool
IsPowershellInstalled ( int &version ) : bool
Start ( ) : bool
Stop ( ) : void

Private Methods

Method Description
GetBridgeObjectList ( ) : List
InitExecutor ( ) : bool
OnScriptStateChanged ( object sender, System.Management.Automation.Runspaces.PipelineStateInfo info ) : void
OnTimeExpired ( object sender, EventArgs e ) : void
StartTimer ( ) : void
StopTimer ( ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

EndStart() public method

public EndStart ( ) : bool
return bool

IsPowershellInstalled() public static method

public static IsPowershellInstalled ( int &version ) : bool
version int
return bool

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : void
return void