C# Class FluentBuild.Runners.ProcessWrapper

Inheritance: IProcessWrapper
Afficher le fichier Open project: SkightTeam/eLiteWeb

Méthodes publiques

Méthode Description
BeginOutputAndErrorReadLine ( ) : void
Dispose ( ) : void
Kill ( ) : void
ProcessWrapper ( Process process ) : System
Start ( ) : bool
WaitForExit ( int milliseconds ) : bool

Method Details

BeginOutputAndErrorReadLine() public méthode

public BeginOutputAndErrorReadLine ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Kill() public méthode

public Kill ( ) : void
Résultat void

ProcessWrapper() public méthode

public ProcessWrapper ( Process process ) : System
process System.Diagnostics.Process
Résultat System

Start() public méthode

public Start ( ) : bool
Résultat bool

WaitForExit() public méthode

public WaitForExit ( int milliseconds ) : bool
milliseconds int
Résultat bool