The methods of the ConfigBase class are listed below. For a complete list of ConfigBase class members, see the ConfigBase Members topic.
![]() | Adds a new IConfig. |
![]() | Returns true if the configuration key is present. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Overloaded. Returns a string key value. |
![]() | Overloaded. Returns a boolean key value. |
![]() | Overloaded. Returns a double key value. |
![]() | Returns the expanded string value. This method does not replace the other key values in the IConfigSource. |
![]() | Overloaded. Returns a float key value. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Overloaded. Returns an integer key value. |
![]() | Returns an Array of the key strings. |
![]() | Overloaded. Returns an long key value. |
![]() | Overloaded. Returns a string key value. |
![]() | Gets the Type of the current instance. |
![]() | Returns an Array of all key values. |
![]() | Removes a configuration key. |
![]() | Sets a key value. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | Raises the KeyRemoved event. |
![]() | Raises the KeySet event. |
ConfigBase Class | Nini.Config Namespace