C# 클래스 MonkeyWrench.ProcessHelper

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

공개 메소드들

메소드 설명
CreateJob ( ) : Job
Exit ( int exitcode ) : void
KillTree ( this process ) : void

Kills this process and all its child processes (recursively, grand children are killed too). Also waits until the process has actually exited.

비공개 메소드들

메소드 설명
GetHelper ( ) : IProcessHelper

메소드 상세

CreateJob() 공개 정적인 메소드

public static CreateJob ( ) : Job
리턴 Job

Exit() 공개 정적인 메소드

public static Exit ( int exitcode ) : void
exitcode int
리턴 void

KillTree() 공개 정적인 메소드

Kills this process and all its child processes (recursively, grand children are killed too). Also waits until the process has actually exited.
public static KillTree ( this process ) : void
process this
리턴 void