SectionInformation Methods
.NET Framework 4
The SectionInformation type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | 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.) |
|
ForceDeclaration() | Forces the associated configuration section to appear in the configuration file. |
|
ForceDeclaration(Boolean) | Forces the associated configuration section to appear in the configuration file, or removes an existing section from the configuration file. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetParentSection | Gets the configuration section that contains the configuration section associated with this object. |
|
GetRawXml | Infrastructure. Returns an XML node object that represents the associated configuration-section object. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ProtectSection | Marks a configuration section for protection. |
|
RevertToParent | Causes the associated configuration section to inherit all its values from the parent section. |
|
SetRawXml | Infrastructure. Sets the object to an XML representation of the associated configuration section within the configuration file. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
UnprotectSection | Removes the protected configuration encryption from the associated configuration section. |