[Mono-devel-list] Calling OS Commands from Mono

Jonathan Pryor jonpryor at vt.edu
Mon Mar 15 17:21:39 EST 2004


Mono provides the same class (Process), in the same namespace
(System.Diagnostics), in the same assembly (System.dll). :-)

If your existing code doesn't work, please file a bug report at
http://bugzilla.ximian.com.

 - Jon

On Mon, 2004-03-15 at 12:10, Andrew Gleave wrote:
> Hi,
>     I was wondering if there was any way to start external processes
> using any of the mono class libraries.  I know that in .NET you can
> run an external process using the System.Diagnostics.Process class,
> but I'm not sure if it is available in mono or if the functionality is
> implemented in a different namespace.
>  
> Thanks a lot.
>  
> Andrew Gleave
> 
> ****************************************************************************
> 1) The information contained in this E-mail is confidential. It may
> also be legally privileged. It is intended only for the stated
> addressee(s) and access to it by any other person is unauthorised. If
> you are not an addressee, you must not disclose, copy, circulate or in
> any other way use or rely on the information contained in this E-mail.
> Such unauthorised use may be unlawful. If you have received this
> E-mail in error, please inform us immediately and delete it and all
> copies from your system.
> 2) Due to the fact that this E-mail could become corrupted or altered
> during transmission, any advice which it contains should not be relied
> upon unless subsequently confirmed by fax or letter signed by or on
> behalf of this company.
> 3) E-mails do not constitute compliance with any time limits or
> deadlines. 
> ****************************************************************************




More information about the Mono-devel-list mailing list