This documentation is archived and is not being maintained.
Microsoft.CSharp Namespace
.NET Framework 1.1
The Microsoft.CSharp namespace contains classes that support compilation and code generation using the C# language.
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
Show: