CompilerType::CompilerParameters Property
.NET Framework (current version)
Gets the settings and options used to compile source code into an assembly.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.CodeDom.Compiler::CompilerParameters^A read-only CompilerParameters object that represents the settings and options of the code compiler.
Use the CompilerParameters property to examine the compiler options configured for the compiler. The CompilerParameters property specifies whether warnings are treated as errors, whether the compiler output includes debug information, and other compiler settings.
.NET Framework
Available since 2.0
Available since 2.0
Show: