AssemblyBuilder.CodeDomProvider Property

Definition

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

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

Property Value

A read-only CodeDomProvider implementation used for compiling source code contributed by each build provider into an assembly.

Remarks

The 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 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.

Applies to

Toode Versioonid
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also