C# 클래스 Etg.Yams.Process.Process

A Wrapper around the System.Diagnostics.Process.
상속: IProcess
파일 보기 프로젝트 열기: Microsoft/Yams

공개 메소드들

메소드 설명
Close ( ) : System.Threading.Tasks.Task
Dispose ( ) : void
Kill ( ) : System.Threading.Tasks.Task
Process ( string exePath, string exeArgs, bool showProcessWindow ) : System
ReleaseResources ( ) : System.Threading.Tasks.Task
Start ( ) : System.Threading.Tasks.Task

보호된 메소드들

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

메소드 상세

Close() 공개 메소드

public Close ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Kill() 공개 메소드

public Kill ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Process() 공개 메소드

public Process ( string exePath, string exeArgs, bool showProcessWindow ) : System
exePath string
exeArgs string
showProcessWindow bool
리턴 System

ProcessExited() 보호된 메소드

protected ProcessExited ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

ReleaseResources() 공개 메소드

public ReleaseResources ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Start() 공개 메소드

public Start ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task