System.Web.Compilation.AssemblyBuilder.CodeDomProvider Property

Gets the compiler used to build source code into an assembly.

Syntax

public System.CodeDom.Compiler.CodeDomProvider CodeDomProvider { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The AssemblyBuilder.CodeDomProvider property indicates the System.CodeDom.Compiler.CodeDomProvider implementation that the ASP.NET build environment uses to compile an assembly from the source code contributed by each System.Web.Compilation.BuildProvider implementation.

The ASP.NET build environment determines the language and compiler required by files within the project, based on the BuildProvider.CodeCompilerType property. The build environment groups files based on their compiler settings and builds an assembly from files that require the same compiler.

Requirements

Namespace: System.Web.Compilation
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0