This documentation is archived and is not being maintained.
Compiler Constructor
Visual Studio 2010
Creates an instance of a Compiler initialized to the provided values.
Assembly: System.Web (in System.Web.dll)
public: Compiler( String^ compilerOptions, String^ extension, String^ language, String^ type, int warningLevel )
Parameters
- compilerOptions
- Type: System::String
Lists additional compiler-specific options to pass during compilation.
- extension
- Type: System::String
Provides a semicolon-separated list of file-name extensions used for dynamic code-behind files. For example, ".cs".
- language
- Type: System::String
Provides a semicolon-separated list of languages used in dynamic compilation files. For example, "c#;cs;csharp".
- type
- Type: System::String
Specifies a comma-separated class/assembly combination that indicates the .NET Framework class.
- warningLevel
- Type: System::Int32
Specifies compiler warning levels.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: