[Mono-list] Child processes and System.Diagnostics.Process
murban
murban@houston.rr.com
Tue, 21 May 2002 18:07:10 -0500
Does anyone have any idea when System.Diagnostics.Process will be implemented?
Right now the methods are just stubs.
I would like to be able to start a child process and interact with it using
standard input and standard output, and the Process class appears to be
exactly what I need. Is there another workaround other than writing a small C
library to spawn the child until the Process class is available?