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, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.