C# Class _3PA.Lib.ProcessIo

Show file Open project: jcaillon/3P Class Usage Examples

Public Methods

Method 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 method

public Close ( ) : void
return void

DoWait() public method

Start the process synchronously
public DoWait ( bool hidden = false ) : bool
hidden bool
return bool

Kill() public method

public Kill ( ) : void
return void

ProcessIo() public method

Constructor
public ProcessIo ( string executable ) : System
executable string
return System

TryDoWait() public method

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