Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MonkeyWrench
Job
C# 클래스 MonkeyWrench.Job
상속:
IDisposable
파일 보기
프로젝트 열기: rolfbjarne/monkeywrench
1 사용 예제들
보호된 프로퍼티들
프로퍼티
타입
설명
p
System.Diagnostics.Process
공개 메소드들
메소드
설명
Dispose
( ) :
void
Start
( ) :
void
Start this job.
Terminate
( ) :
void
Terminate this job and all the processes within.
WaitForExit
(
int
milliseconds
) :
bool
메소드 상세
Dispose()
공개
메소드
public
Dispose
( ) :
void
리턴
void
Start()
공개
메소드
Start this job.
public
Start
( ) :
void
리턴
void
Terminate()
공개
메소드
Terminate this job and all the processes within.
public
Terminate
( ) :
void
리턴
void
WaitForExit()
공개
메소드
public
WaitForExit
(
int
milliseconds
) :
bool
milliseconds
int
리턴
bool
프로퍼티 상세
p
보호되어 있는 프로퍼티
protected
Process,System.Diagnostics
p
리턴
System.Diagnostics.Process