[Mono-list] Re: System.CodeDom.Compiler licensing issues (was Hmmm...)

Miguel de Icaza miguel@ximian.com
23 May 2002 18:59:14 -0400


> Allowing for invocation of the compiler as a module
> would require its embedding, but 
> If you have it is as an ASP.NET

No, it would not.  The various interfaces in CodeDom.Compiler are
basically interfaces to the equivalent to "system ("csc ...")".

CodeDom merely outputs the DOM to a temporary file, and calls the
compiler.  Sorry to disappoint you.

Miguel.