Call Mono C# Compiler

Posted by Lennie on Stack Overflow See other posts from Stack Overflow or by Lennie
Published on 2010-06-06T10:11:49Z Indexed on 2010/06/06 10:32 UTC
Read the original article Hit count: 370

Filed under:
|

Hi,

For calling MS C# compiler there is CSharpCodeProvider (http://msdn.microsoft.com/en-us/library/microsoft.csharp.csharpcodeprovider.aspx)

but how do I call the Mono compiler?

I want to know if there was any errors after compilation.

© Stack Overflow or respective owner

Related posts about c#

Related posts about mono