C# Class Specs.Infrastructure.FreePort.Launcher

Inheritance: IDisposable
Afficher le fichier Open project: agross/mspec-samples Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Launch ( Settings settings ) : Launcher

Private Methods

Méthode Description
Launcher ( Process process, int port ) : System
StartOnFirstFreePort ( Settings settings ) : int>.Tuple
StartProcess ( Settings settings ) : Process

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Launch() public static méthode

public static Launch ( Settings settings ) : Launcher
settings Settings
Résultat Launcher