AssemblyBuilder::CodeDomProvider Property
Gets the compiler used to build source code into an assembly.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.CodeDom.Compiler::CodeDomProviderA read-only System.CodeDom.Compiler::CodeDomProvider implementation used for compiling source code contributed by each build provider into an assembly.
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.
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.