C# Class NPerf.Lab.ExperimentProcess

Inheritance: IDisposable
Exibir arquivo Open project: Orcomp/NPerf Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Run ( bool waitForExit = true ) : void
experimentProcess_ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ExperimentProcess() public method

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
return System

Start() public method

public Start ( bool waitForExit = true ) : void
waitForExit bool
return void

Start() public method

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

Stop() public method

public Stop ( ) : void
return void