- kill
ExternalProcessState kill()
- poll
ExternalProcessState poll()
polls all available output from process streams
- run
ExternalProcessState run(string program, string[] args, string dir, TextWriter stdoutTarget, TextWriter stderrTarget)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
ExternalProcessState run(char[] program, char[][] args, char[] dir, TextWriter stdoutTarget, TextWriter stderrTarget)
Undocumented in source. Be warned that the author may not have intended to support it.
- wait
ExternalProcessState wait()
- waitForReadingCompletion
void waitForReadingCompletion()
Undocumented in source. Be warned that the author may not have intended to support it.
- write
bool write(string data)
Undocumented in source. Be warned that the author may not have intended to support it.
runs external process, catches output, allows to stop