Compiler Constructor (String, String, String, String, Int32)
.NET Framework (current version)
Creates an instance of a Compiler initialized to the provided values.
Assembly: System.Web (in System.Web.dll)
Public Sub New ( compilerOptions As String, extension As String, language As String, type As String, warningLevel As Integer )
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: