C# 클래스 HDLToolkit.StandardProcess

상속: IDisposable
파일 보기 프로젝트 열기: nathanrossi/hdl-toolkit 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
ExecuteProcess ( string workingDirectory, string executable, List arguments ) : ProcessHelper.ProcessExecutionResult
Kill ( ) : void
ProcessWriteLine ( string line ) : void
StandardProcess ( string executable ) : System
StandardProcess ( string executable, List arguments ) : System
StandardProcess ( string executable, string workingDirectory ) : System
StandardProcess ( string executable, string workingDirectory, List arguments ) : System
Start ( ) : void
WaitForExit ( ) : void

보호된 메소드들

메소드 설명
CreateProcess ( ) : Process
ExecuteProcessObject ( StandardProcess process ) : ProcessHelper.ProcessExecutionResult
GetExecutablePath ( string executable ) : string
ProcessErrorLine ( string line ) : void
ProcessLine ( string line ) : void

메소드 상세

CreateProcess() 보호된 메소드

protected CreateProcess ( ) : Process
리턴 System.Diagnostics.Process

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExecuteProcess() 공개 정적인 메소드

public static ExecuteProcess ( string workingDirectory, string executable, List arguments ) : ProcessHelper.ProcessExecutionResult
workingDirectory string
executable string
arguments List
리턴 ProcessHelper.ProcessExecutionResult

ExecuteProcessObject() 보호된 정적인 메소드

protected static ExecuteProcessObject ( StandardProcess process ) : ProcessHelper.ProcessExecutionResult
process StandardProcess
리턴 ProcessHelper.ProcessExecutionResult

GetExecutablePath() 보호된 메소드

protected GetExecutablePath ( string executable ) : string
executable string
리턴 string

Kill() 공개 메소드

public Kill ( ) : void
리턴 void

ProcessErrorLine() 보호된 메소드

protected ProcessErrorLine ( string line ) : void
line string
리턴 void

ProcessLine() 보호된 메소드

protected ProcessLine ( string line ) : void
line string
리턴 void

ProcessWriteLine() 공개 메소드

public ProcessWriteLine ( string line ) : void
line string
리턴 void

StandardProcess() 공개 메소드

public StandardProcess ( string executable ) : System
executable string
리턴 System

StandardProcess() 공개 메소드

public StandardProcess ( string executable, List arguments ) : System
executable string
arguments List
리턴 System

StandardProcess() 공개 메소드

public StandardProcess ( string executable, string workingDirectory ) : System
executable string
workingDirectory string
리턴 System

StandardProcess() 공개 메소드

public StandardProcess ( string executable, string workingDirectory, List arguments ) : System
executable string
workingDirectory string
arguments List
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

WaitForExit() 공개 메소드

public WaitForExit ( ) : void
리턴 void