C# Class _3PA.Lib.ProcessIo

Afficher le fichier Open project: jcaillon/3P Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
DoWait ( bool hidden = false ) : bool

Start the process synchronously

Kill ( ) : void
ProcessIo ( string executable ) : System

Constructor

TryDoWait ( bool hidden = false ) : bool

Start the process synchronously, catch the exceptions

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

DoWait() public méthode

Start the process synchronously
public DoWait ( bool hidden = false ) : bool
hidden bool
Résultat bool

Kill() public méthode

public Kill ( ) : void
Résultat void

ProcessIo() public méthode

Constructor
public ProcessIo ( string executable ) : System
executable string
Résultat System

TryDoWait() public méthode

Start the process synchronously, catch the exceptions
public TryDoWait ( bool hidden = false ) : bool
hidden bool
Résultat bool