System.Web.Configuration.CompilationSection Members

The members of System.Web.Configuration.CompilationSection are listed below.

See Also: Inherited members from System.Configuration.ConfigurationSection

Public Constructors

Initializes a new instance of the System.Web.Configuration.CompilationSection class by using default settings.

Public Properties

[read-only]
AssembliesAssemblyCollection.

Gets the System.Web.Configuration.AssemblyCollection of the System.Web.Configuration.CompilationSection.

AssemblyPostProcessorTypestring.

Gets or sets a value specifying a post-process compilation step for an assembly.

Batchbool.

Gets or sets a value indicating whether batch compilation is attempted.

BatchTimeoutTimeSpan.

Gets or sets the time-out period, in seconds, for batch compilation.

[read-only]
BuildProvidersBuildProviderCollection.

Gets the System.Web.Configuration.BuildProviderCollection collection of the System.Web.Configuration.CompilationSection class.

[read-only]
CodeSubDirectoriesCodeSubDirectoriesCollection.

Gets the System.Web.Configuration.CodeSubDirectoriesCollection of the System.Web.Configuration.CompilationSection.

[read-only]
CompilersCompilerCollection.

Gets the System.Web.Configuration.CompilerCollection collection of the System.Web.Configuration.CompilationSection class.

Debugbool.

Gets or sets a value specifying whether to compile release binaries or debug binaries.

DefaultLanguagestring.

Gets or sets the default programming language to use in dynamic-compilation files.

Explicitbool.

Gets or sets a value indicating whether to use the Microsoft Visual Basic explicit compile option.

[read-only]
ExpressionBuildersExpressionBuilderCollection.

Gets the System.Web.Configuration.ExpressionBuilderCollection of the System.Web.Configuration.CompilationSection.

MaxBatchGeneratedFileSizeint.

Gets or sets the maximum combined size of the generated source files per batched compilation.

MaxBatchSizeint.

Gets or sets the maximum number of pages per batched compilation.

NumRecompilesBeforeAppRestartint.

Gets or sets the number of dynamic recompiles of resources that can occur before the application restarts.

Strictbool.

Gets or sets the Visual Basic strict compile option.

TempDirectorystring.

Gets or sets a value that specifies the directory to use for temporary file storage during compilation.

UrlLinePragmasbool.

Gets or sets a value indicating whether instructions to the compiler use physical paths or URLs.

Protected Properties

[read-only]
override
PropertiesSystem.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered.

Protected Methods

override
GetRuntimeObject() : object
Documentation for this section has not yet been entered.
override
PostDeserialize()
Documentation for this section has not yet been entered.