CompilationSection, ROOT\WebAdministration
Class
| Methods (9)
| Properties (24)
| Qualifiers (8)
| Instances | Namespaces (2)
Samples: VB Script
| C#
| VB.Net
| Search on:Microsoft
Description Configures compilation settings for ASP.NET applications.
CompilationSection methods CompilationSection has 9 methods (9 Derived )
CompilationSection properties CompilationSection has 24 properties (21 Local , 3 Derived )
Detailed description of CompilationSection methods Derived methods (9) of CompilationSection class
▲ Clear methodReturn Parameters Name CIMType ID IN OUT Qualifiers CollectionName string 0 ✓ - {'In':True}
bypass_getobject True Description 'Clears all elements from a collection in a configuration section.' implemented True Clear method is in 69 classes of ROOT\WebAdministration and in 9 namespaces
▲ GetAllowDefinition methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowDefinition string 0 - ✓ {'out':True}
bypass_getobject True Description 'Retrieves a value which specifies the levels at which the configuration section can be set.' implemented True static True GetAllowDefinition method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ GetAllowLocation methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowLocation string 0 - ✓ {'out':True}
bypass_getobject True Description 'Retrieves the allowLocation attribute for a configuration section.' implemented True static True GetAllowLocation method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ RevertToParent methodReturn Parameters Name CIMType ID IN OUT Qualifiers PropertyName string 0 ✓ - {'OPTIONAL':True}
bypass_getobject True Description 'Reverts configuration values in a section to those of its parent section.' implemented True RevertToParent method is in 120 classes of ROOT\WebAdministration and in 1 namespace
▲ SetAllowDefinition methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowDefinition string 0 ✓ - {'in':True}
bypass_getobject True Description 'Sets a value which specifies the levels at which the configuration section can be set.' implemented True static True SetAllowDefinition method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ SetAllowLocation methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowLocation string 0 ✓ - {'in':True}
bypass_getobject True Description 'Sets the allowLocation attribute for a configuration section.' implemented True static True SetAllowLocation method is in 116 classes of ROOT\WebAdministration and in 1 namespace
Detailed description of CompilationSection properties Local properties (21) of CompilationSection class ▲ Assemblies propertyCIMTYPE 'object:AssemblySettings' Description 'An AssemblySettings value that contains assembly references that are used during compilation of an ASP.NET application.' read True write True Assemblies property is in 2 classes of ROOT\WebAdministration and in 2 namespaces
▲ AssemblyPostProcessorType propertyCIMTYPE 'string' Description 'A read/write string value that specifies a post-process compilation step for an assembly.' read True write True AssemblyPostProcessorType property is in 1 class (CompilationSection) of ROOT\WebAdministration and in 2 namespaces
▲ Batch propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if ASP.NET precompiles all the uncompiled files in batch mode; otherwise, false.' read True write True Batch property is in 1 class (CompilationSection) of ROOT\WebAdministration and in 2 namespaces
▲ BatchTimeout propertyCIMTYPE 'DateTime' Description 'A read/write datetime value that specifies the time, in seconds, granted for batch compilation to occur.' read True Subtype 'interval' write True BatchTimeout property is in 1 class (CompilationSection) of ROOT\WebAdministration and in 2 namespaces
▲ BuildProviders propertyCIMTYPE 'object:BuildProviderSettings' Description 'A BuildProviderSettings value that compiles custom resource files of a particular file type and generates code during compilation.' read True write True BuildProviders property is in 2 classes of ROOT\WebAdministration and in 2 namespaces
▲ CodeSubDirectories propertyCIMTYPE 'object:DirectorySettings' Description 'A DirectorySettings value that specifies subdirectories that contain files to compile at run time.' read True write True CodeSubDirectories property is in 2 classes of ROOT\WebAdministration and in 2 namespaces
▲ Debug propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if binaries that are created from compilation are debug binaries; false if release binaries are used for compilation.' read True write True Debug property is in 1 class (CompilationSection) of ROOT\WebAdministration and in 6 namespaces
▲ DefaultLanguage propertyCIMTYPE 'string' Description 'A read/write string value that specifies the default programming language, such as C# or Visual Basic, to use in dynamic-compilation files.' read True write True DefaultLanguage property is in 1 class (CompilationSection) of ROOT\WebAdministration and in 5 namespaces
▲ EnablePrefetchOptimization propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. Enables or disables Prefetch Optimization' read True write True EnablePrefetchOptimization property is in 1 class (CompilationSection) of ROOT\WebAdministration and in 2 namespaces
▲ Explicit propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if the Visual Basic explicit compile option is enabled; otherwise, false.' read True write True Explicit property is in 1 class (CompilationSection) of ROOT\WebAdministration and in 2 namespaces
▲ ExpressionBuilders propertyCIMTYPE 'object:ExpressionBuilderSettings' Description 'An ExpressionBuilderSettings value that specifies resource strings to use during compilation.' read True write True ExpressionBuilders property is in 2 classes of ROOT\WebAdministration and in 2 namespaces
▲ FolderLevelBuildProviders propertyCIMTYPE 'object:FolderLevelBuildProviderSettings' Description 'A FolderLevelBuildProviderSettings value that compiles custom resource files of a particular file type and generates code during compilation.' read True write True FolderLevelBuildProviders property is in 2 classes of ROOT\WebAdministration and in 2 namespaces
▲ MaxBatchGeneratedFileSize propertyCIMTYPE 'sint32' Description 'A read/write sint32 value that specifies the maximum combined size, in kilobytes, of the generated source files per batched compilation.' read True write True MaxBatchGeneratedFileSize property is in 1 class (CompilationSection) of ROOT\WebAdministration and in 2 namespaces
▲ MaxBatchSize propertyCIMTYPE 'sint32' Description 'A read/write sint32 value that specifies the maximum number of pages that are compiled into a single batch.' read True write True MaxBatchSize property is in 1 class (CompilationSection) of ROOT\WebAdministration and in 3 namespaces
▲ NumRecompilesBeforeAppRestart propertyCIMTYPE 'sint32' Description 'A read/write sint32 value that specifies the number of dynamic recompiles of resources that can occur before the application restarts.' read True write True NumRecompilesBeforeAppRestart property is in 1 class (CompilationSection) of ROOT\WebAdministration and in 2 namespaces
▲ OptimizeCompilations propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. Sets the state of Obtimize Compilations' read True write True OptimizeCompilations property is in 1 class (CompilationSection) of ROOT\WebAdministration and in 2 namespaces
▲ ProfileGuidedOptimizations propertyCIMTYPE 'string' Description 'A read/write string value to set profile guided optimizations.' read True write True ProfileGuidedOptimizations property is in 1 class (CompilationSection) of ROOT\WebAdministration and in 2 namespaces
▲ TargetFramework propertyCIMTYPE 'string' Description 'A read/write string value to set target framework.' read True write True TargetFramework property is in 1 class (CompilationSection) of ROOT\WebAdministration and in 2 namespaces
▲ TempDirectory propertyCIMTYPE 'string' Description 'A read/write string value that specifies the directory to use for temporary file storage during compilation.' read True write True TempDirectory property is in 1 class (CompilationSection) of ROOT\WebAdministration and in 4 namespaces
▲ UrlLinePragmas propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if instructions to the compiler use URLs; false if instructions to the compiler use physical paths.' read True write True UrlLinePragmas property is in 1 class (CompilationSection) of ROOT\WebAdministration and in 2 namespaces
Derived properties (3) of CompilationSection class
▲ SectionInformation propertyCIMTYPE 'object:SectionInformation' Description 'A SectionInformation object whose read/write properties provide metadata and control locking for a configuration section.' read True write True SectionInformation property is in 116 classes of ROOT\WebAdministration and in 2 namespaces
CompilationSection Qualifiers Name Value ToInstance ToSubclass Overridable Amended Local
Description 'Configures compilation settings for ASP.NET applications.' ✗ ✓ ✓ ✓ ✓
DisplayName 'Compilation Section' ✓ ✓ ✓ ✓ ✓
dynamic True ✓ ✓ ✓ ✗ ✓
factory_clsid '{901a70b2-0f7a-44ea-b97b-1e9299dec8ca}' ✓ ✓ ✓ ✗ ✓
Locale 1033 ✓ ✓ ✓ ✓ ✓
provider 'WebAdministrationProvider' ✓ ✓ ✓ ✗ ✓
section_path 'system.web/compilation' ✓ ✓ ✓ ✗ ✓
SupportsUpdate True ✗ ✗ ✓ ✗ ✓
CompilationSection System properties Name Value Origin CIMType Local Array
__PATH '\\.\ROOT\WebAdministration:CompilationSection' ___SYSTEM 8 ✗ ✗
__NAMESPACE 'ROOT\WebAdministration' ___SYSTEM 8 ✗ ✗
__SERVER '.' ___SYSTEM 8 ✗ ✗
__DERIVATION ['ConfigurationSectionWithCollection', 'ConfigurationSection'] ___SYSTEM 8 ✗ ✓
__PROPERTY_COUNT 24 ___SYSTEM 3 ✗ ✗
__RELPATH 'CompilationSection ' ___SYSTEM 8 ✗ ✗
__DYNASTY 'ConfigurationSection ' ___SYSTEM 8 ✗ ✗
__SUPERCLASS 'ConfigurationSectionWithCollection ' ___SYSTEM 8 ✗ ✗
__CLASS 'CompilationSection ' ___SYSTEM 8 ✗ ✗
__GENUS 1 ___SYSTEM 3 ✗ ✗
Similar Classes to CompilationSection Number of classes:119
Please enable JavaScript to view the comments powered by Disqus.
comments powered by