This documentation is archived and is not being maintained.
CompilationSection Properties
Visual Studio 2010
The CompilationSection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Assemblies | Gets the AssemblyCollection of the CompilationSection. |
|
AssemblyPostProcessorType | Gets or sets a value specifying a post-process compilation step for an assembly. |
|
Batch | Gets or sets a value indicating whether batch compilation is attempted. |
|
BatchTimeout | Gets or sets the time-out period, in seconds, for batch compilation. |
|
BuildProviders | Gets the BuildProviderCollection collection of the CompilationSection class. |
|
CodeSubDirectories | Gets the CodeSubDirectoriesCollection of the CompilationSection. |
|
Compilers | Gets the CompilerCollection collection of the CompilationSection class. |
|
CurrentConfiguration | Gets a reference to the top-level Configuration instance that represents the configuration hierarchy that the current ConfigurationElement instance belongs to. (Inherited from ConfigurationElement.) |
|
Debug | Gets or sets a value specifying whether to compile release binaries or debug binaries. |
|
DefaultLanguage | Gets or sets the default programming language to use in dynamic-compilation files. |
|
ElementInformation | Gets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object. (Inherited from ConfigurationElement.) |
|
ElementProperty | Gets the ConfigurationElementProperty object that represents the ConfigurationElement object itself. (Inherited from ConfigurationElement.) |
|
EvaluationContext | Gets the ContextInformation object for the ConfigurationElement object. (Inherited from ConfigurationElement.) |
|
Explicit | Gets or sets a value indicating whether to use the Microsoft Visual Basic explicit compile option. |
|
ExpressionBuilders | Gets the ExpressionBuilderCollection of the CompilationSection. |
|
FolderLevelBuildProviders | Gets the FolderLevelBuildProviderCollection collection of the CompilationSection class, which represents the build providers that are used during compilation. |
|
Item[ConfigurationProperty] | Gets or sets a property or attribute of this configuration element. (Inherited from ConfigurationElement.) |
|
Item[String] | Gets or sets a property, attribute, or child element of this configuration element. (Inherited from ConfigurationElement.) |
|
LockAllAttributesExcept | Gets the collection of locked attributes. (Inherited from ConfigurationElement.) |
|
LockAllElementsExcept | Gets the collection of locked elements. (Inherited from ConfigurationElement.) |
|
LockAttributes | Gets the collection of locked attributes (Inherited from ConfigurationElement.) |
|
LockElements | Gets the collection of locked elements. (Inherited from ConfigurationElement.) |
|
LockItem | Gets or sets a value indicating whether the element is locked. (Inherited from ConfigurationElement.) |
|
MaxBatchGeneratedFileSize | Gets or sets the maximum combined size of the generated source files per batched compilation. |
|
MaxBatchSize | Gets or sets the maximum number of pages per batched compilation. |
|
NumRecompilesBeforeAppRestart | Gets or sets the number of dynamic recompiles of resources that can occur before the application restarts. |
|
OptimizeCompilations | Gets or sets a value that indicates whether the compilation must be optimized. |
|
Properties | Gets the collection of properties. (Inherited from ConfigurationElement.) |
|
SectionInformation | Gets a SectionInformation object that contains the non-customizable information and functionality of the ConfigurationSection object. (Inherited from ConfigurationSection.) |
|
Strict | Gets or sets the Visual Basic strict compile option. |
|
TargetFramework | Gets or sets the version of the .NET Framework that the Web site targets. |
|
TempDirectory | Gets or sets a value that specifies the directory to use for temporary file storage during compilation. |
|
UrlLinePragmas | Gets or sets a value indicating whether instructions to the compiler use physical paths or URLs. |
Show: