How can I invoke linux programs from C#/Mono?

Posted by Thiado de Arruda on Stack Overflow See other posts from Stack Overflow or by Thiado de Arruda
Published on 2010-06-11T17:49:22Z Indexed on 2010/06/11 17:52 UTC
Read the original article Hit count: 194

Filed under:
|
|
|

I've been using MonoDevelop and Make to execute some build taks on a C project under linux, but I decided to abandon Make and switch to NAnt since I am more proficient in writing C# programs than Make/shell scripts, so I decided to write a custom NAnt task in C# to replace my Makefile. So, how can I invoke GCC or other shell commands from C#?

© Stack Overflow or respective owner

Related posts about c#

Related posts about mono