C# 클래스 NPerf.Lab.ExperimentProcess

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

공개 메소드들

메소드 설명
Dispose ( ) : void
ExperimentProcess ( string channelName, string suiteAssemblyLocation, string suiteTypeName, Type testerType, Type testedType, string testName, PerfTestConfiguration configuration ) : System
Start ( bool waitForExit = true ) : void
Start ( int start, int step, int end, bool waitForExit = true ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
Run ( bool waitForExit = true ) : void
experimentProcess_ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExperimentProcess() 공개 메소드

public ExperimentProcess ( string channelName, string suiteAssemblyLocation, string suiteTypeName, Type testerType, Type testedType, string testName, PerfTestConfiguration configuration ) : System
channelName string
suiteAssemblyLocation string
suiteTypeName string
testerType System.Type
testedType System.Type
testName string
configuration PerfTestConfiguration
리턴 System

Start() 공개 메소드

public Start ( bool waitForExit = true ) : 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

Stop() 공개 메소드

public Stop ( ) : void
리턴 void