[Mono-list] calling external program

Miguel de Icaza miguel@ximian.com
20 Dec 2002 14:43:21 -0500


Hello,

> two overridden versions are not implemented:
> 
> Process.Start(string filename)
> Process.Start(string filename, string arguments)
> 
> Process.Start(ProcessStartInfo info) works though
> 
> Is there any reason the unimplemented functions aren't simply:

I should have read your post before replying myself.  You are right, the
overloaded functions have not been implemented.

It seems like you wrote a couple of wrappers, could you mail those to us
in `diff -u' format, and we will get them on CVS in no time.

Miguel