C# Class SecureDelete.Actions.ScriptExecutor

Afficher le fichier Open project: gratianlup/SecureDelete Class Usage Examples

Méthodes publiques

Méthode Description
CreateRunspace ( ) : bool
DestroyRunspace ( ) : void
RunScriptAsync ( string script ) : bool
ScriptExecutor ( ) : System
Stop ( ) : void

Private Methods

Méthode Description
ExportBridgeObjects ( ) : void
PipelineNewOutput ( object sender, EventArgs e ) : void
PipelineStateChanged ( object sender, PipelineStateEventArgs e ) : void

Method Details

CreateRunspace() public méthode

public CreateRunspace ( ) : bool
Résultat bool

DestroyRunspace() public méthode

public DestroyRunspace ( ) : void
Résultat void

RunScriptAsync() public méthode

public RunScriptAsync ( string script ) : bool
script string
Résultat bool

ScriptExecutor() public méthode

public ScriptExecutor ( ) : System
Résultat System

Stop() public méthode

public Stop ( ) : void
Résultat void