C# Class NPerf.Lab.ExperimentProcess

Inheritance: IDisposable
Afficher le fichier Open project: Orcomp/NPerf Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExperimentProcess() public méthode

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
Résultat System

Start() public méthode

public Start ( bool waitForExit = true ) : void
waitForExit bool
Résultat void

Start() public méthode

public Start ( int start, int step, int end, bool waitForExit = true ) : void
start int
step int
end int
waitForExit bool
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void