C# Class NetIde.Test.Support.ApplicationRunner

Inheritance: System.MarshalByRefObject, IDisposable
Afficher le fichier Open project: netide/netide Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Start ( ) : void
Start ( string args ) : void
Stop ( ) : void
WaitForExit ( System.TimeSpan timeout ) : void

Private Methods

Méthode Description
ThreadProc ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Start() public méthode

public Start ( string args ) : void
args string
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

WaitForExit() public méthode

public WaitForExit ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
Résultat void