SectionTypeConfiguration Class |
Note: This API is now obsolete.
[Missing <summary> documentation for "T:PostSharp.Sdk.Extensibility.Configuration.SectionTypeConfiguration"]
System.Object
PostSharp.Sdk.Extensibility.Configuration.ConfigurationElement
PostSharp.Sdk.Extensibility.Configuration.SectionTypeConfiguration
PostSharp.Sdk.Extensibility.Configuration.ConfigurationElement
PostSharp.Sdk.Extensibility.Configuration.SectionTypeConfiguration
Namespace: PostSharp.Sdk.Extensibility.Configuration
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
[SerializableAttribute] [ObsoleteAttribute("Configuration file sections are no longer validated.")] public class SectionTypeConfiguration : ConfigurationElement
The SectionTypeConfiguration type exposes the following members.
Name | Description | |
---|---|---|
SectionTypeConfiguration() | Initializes a new instance of the SectionTypeConfiguration class | |
SectionTypeConfiguration(String, String) | Initializes a new instance of the SectionTypeConfiguration class |
Name | Description | |
---|---|---|
LocalName | ||
Location | (Inherited from ConfigurationElement.) | |
Namespace | ||
Parent |
Gets the parent configuration element.
(Inherited from ConfigurationElement.) | |
Root |
Gets the root configuration element.
(Inherited from ConfigurationElement.) | |
Xml | (Inherited from ConfigurationElement.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validates the current configuration element.
(Inherited from ConfigurationElement.) |