C# Class NetIde.Test.Support.ApplicationRunner

Inheritance: System.MarshalByRefObject, IDisposable
Exibir arquivo Open project: netide/netide Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Start ( ) : void
Start ( string args ) : void
Stop ( ) : void
WaitForExit ( System.TimeSpan timeout ) : void

Private Methods

Method Description
ThreadProc ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Start() public method

public Start ( string args ) : void
args string
return void

Stop() public method

public Stop ( ) : void
return void

WaitForExit() public method

public WaitForExit ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
return void