C# 클래스 NPerf.Lab.MultiExperimentProcess

상속: IDisposable
파일 보기 프로젝트 열기: Orcomp/NPerf 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
MultiExperimentProcess ( ) : System
Start ( bool waitForExit = false ) : void
Start ( int start, int step, int end, bool waitForExit = true ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MultiExperimentProcess() 공개 메소드

public MultiExperimentProcess ( ) : System
리턴 System

Start() 공개 메소드

public Start ( bool waitForExit = false ) : void
waitForExit bool
리턴 void

Start() 공개 메소드

public Start ( int start, int step, int end, bool waitForExit = true ) : void
start int
step int
end int
waitForExit bool
리턴 void