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

显示文件 Open project: andreaskoch/NuDeploy Class Usage Examples

Public Methods

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

Private Methods

Method Description
ErrorDataReady ( object sender, EventArgs e ) : void
OutputDataReady ( object sender, EventArgs e ) : void

Method Details

PipelineExecutor() public method

public PipelineExecutor ( System.Management.Automation.Runspaces.Runspace runSpace, string command ) : System
runSpace System.Management.Automation.Runspaces.Runspace
command string
return System

Start() public method

public Start ( ) : void
return void