C# 클래스 Rackspace.Cloud.Server.Agent.ProcessWrapper

상속: IProcessWrapper
파일 보기 프로젝트 열기: rackerlabs/openstack-guest-agents-windows-xenserver

공개 메소드들

메소드 설명
ProcessWrapper ( ) : System
ProcessWrapper ( bool createNoWindow, bool useShellExecute, bool redirectStandardOutput, bool redirectStandardError ) : System
Start ( ) : bool
WaitForExit ( ) : void

메소드 상세

ProcessWrapper() 공개 메소드

public ProcessWrapper ( ) : System
리턴 System

ProcessWrapper() 공개 메소드

public ProcessWrapper ( bool createNoWindow, bool useShellExecute, bool redirectStandardOutput, bool redirectStandardError ) : System
createNoWindow bool
useShellExecute bool
redirectStandardOutput bool
redirectStandardError bool
리턴 System

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

WaitForExit() 공개 메소드

public WaitForExit ( ) : void
리턴 void