C# Class SecureDelete.Actions.ScriptExecutor

Mostrar archivo Open project: gratianlup/SecureDelete Class Usage Examples

Public Methods

Method Description
CreateRunspace ( ) : bool
DestroyRunspace ( ) : void
RunScriptAsync ( string script ) : bool
ScriptExecutor ( ) : System
Stop ( ) : void

Private Methods

Method Description
ExportBridgeObjects ( ) : void
PipelineNewOutput ( object sender, EventArgs e ) : void
PipelineStateChanged ( object sender, PipelineStateEventArgs e ) : void

Method Details

CreateRunspace() public method

public CreateRunspace ( ) : bool
return bool

DestroyRunspace() public method

public DestroyRunspace ( ) : void
return void

RunScriptAsync() public method

public RunScriptAsync ( string script ) : bool
script string
return bool

ScriptExecutor() public method

public ScriptExecutor ( ) : System
return System

Stop() public method

public Stop ( ) : void
return void