"Compiler as a service" in C# 4.0

Jussi Jumppanen jussij at zeusedit.com
Tue Jan 5 18:51:50 PST 2010


Nick Sabalausky Wrote:

> I thought C# compiling was already part of the .NET library...? 

It is.

Class: CSharpCodeProvider
Namespace:  Microsoft.CSharp
Assembly:  System (in System.dll)

Provides access to instances of the C# code generator and code compiler.




More information about the Digitalmars-d mailing list