C# Class NPerf.Lab.MultiExperimentProcess

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
MultiExperimentProcess ( ) : System
Start ( bool waitForExit = false ) : void
Start ( int start, int step, int end, bool waitForExit = true ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MultiExperimentProcess() public méthode

public MultiExperimentProcess ( ) : System
Résultat System

Start() public méthode

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