CompilerType::CompilerParameters Property

 

Gets the settings and options used to compile source code into an assembly.

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

public:
property CompilerParameters^ CompilerParameters {
	CompilerParameters^ get();
}

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
Return to top
Show: