net35
namespace Microsoft.CSharp
{
[Obsolete("The recommended alternative is Microsoft.CSharp.CSharpCodeProvider and System.CodeDom.Compiler.ICodeCompiler. The CSharpCodeProvider and CodeDom ICodeCompiler provide a much richer set of functionality for specifying how to launch the compiler.")]
public enum ErrorLevel
{
Warning = 1
}
}
.NET Framework | 1.12.03.03.5 |
---|---|
Information specific to net35 | |
Assembly | cscompmgd , Version=8.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs an assembly reference to |
Platform Restrictions | This framework does not have platform annotations. |