메소드 | 설명 | |
---|---|---|
CommandProcess ( string fileName, string arguments ) : System |
Creates a new CommandProcess instance.
|
|
Dispose ( ) : void |
Releases all the resources used by the CommandProcess object.
|
|
Execute ( int timeout ) : bool |
Attempts to execute process.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
m_process_ErrorDataReceived ( object sender, |
||
m_process_OutputDataReceived ( object sender, |
public CommandProcess ( string fileName, string arguments ) : System | ||
fileName | string | File name to execute. |
arguments | string | Command line parameters, if any. Set to empty string for none. |
리턴 | System |
public Execute ( int timeout ) : bool | ||
timeout | int | Timeout, in milliseconds, to wait for command line operation to complete. |
리턴 | bool |