C# Class NuDeploy.Core.Services.Installation.PowerShell.PipelineExecutor

Afficher le fichier Open project: andreaskoch/NuDeploy Class Usage Examples

Méthodes publiques

Méthode Description
PipelineExecutor ( System.Management.Automation.Runspaces.Runspace runSpace, string command ) : System
Start ( ) : void

Private Methods

Méthode Description
ErrorDataReady ( object sender, EventArgs e ) : void
OutputDataReady ( object sender, EventArgs e ) : void

Method Details

PipelineExecutor() public méthode

public PipelineExecutor ( System.Management.Automation.Runspaces.Runspace runSpace, string command ) : System
runSpace System.Management.Automation.Runspaces.Runspace
command string
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void