C# 클래스 NuDeploy.Core.Services.Installation.PowerShell.PipelineExecutor

파일 보기 프로젝트 열기: andreaskoch/NuDeploy 1 사용 예제들

공개 메소드들

메소드 설명
PipelineExecutor ( System.Management.Automation.Runspaces.Runspace runSpace, string command ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
ErrorDataReady ( object sender, EventArgs e ) : void
OutputDataReady ( object sender, EventArgs e ) : void

메소드 상세

PipelineExecutor() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void