CompilerType.CodeDomProviderType Property
.NET Framework 3.0
Gets a Type for the configured CodeDomProvider implementation.
Namespace: System.Web.Compilation
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The CodeDomProviderType property specifies the CodeDomProvider implementation used to generate and compile source code for a build provider.
For example, if the build provider is configured to use the Visual Basic code provider in the .NET Framework, CodeDomProviderType returns a Type for the VBCodeProvider class.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: