Maybe System.Diagnotics.Process could be an internal call via the MethodImplAttribute. The implementation could be in mono/metadata/icall.c. As far as I know, spawn works under Windows and Unix.
I am only guessing though. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of murban Sent: Tuesday, May 21, 2002 7:07 PM To: [EMAIL PROTECTED] Subject: [Mono-list] Child processes and System.Diagnostics.Process 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? _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
