Méthode | Description | |
---|---|---|
ConsoleExec ( ) : System | ||
GetCompleted ( ) : bool | ||
GetError ( ) : string | ||
GetExitCode ( ) : int | ||
GetOutput ( ) : string | ||
QuoteArg ( string arg ) : string | ||
SetInput ( string input ) : void | ||
Start ( string command, string args, string workingDirectory, System inStream = null, System outStream = null ) : void | ||
rtStart ( ) : void | ||
wtStart ( ) : void |
Méthode | Description | |
---|---|---|
Pump ( Action |
||
p_ErrorDataReceived ( object sender, |
||
p_OutputDataReceived ( object sender, |
public Start ( string command, string args, string workingDirectory, System inStream = null, System outStream = null ) : void | ||
command | string | |
args | string | |
workingDirectory | string | |
inStream | System | |
outStream | System | |
Résultat | void |