The Microsoft.CSharp namespace contains classes that support compilation and code generation using the C# language.
Namespace hierarchy
Classes
| Class |
Description |
| Compiler |
Managed wrapper for the C# compiler. |
| CompilerError |
Represents an error or diagnostic message reported by the compiler. |
| CSharpCodeProvider |
Provides access to instances of the C# code generator and code compiler. |
Enumerations
| Enumeration |
Description |
| ErrorLevel |
Specifies the severity of a compiler diagnostic. |
See Also
.NET Framework Class Library