The methods of the IConfig interface are listed below. For a complete list of IConfig interface members, see the IConfig Members topic.
![]() | Returns true if the configuration key is present. |
![]() | 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. |
![]() | 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. |
![]() | Returns an Array of all key values. |
![]() | Removes a configuration key. |
![]() | Sets a key value. |
IConfig Interface | Nini.Config Namespace