The ConfigManager is used to manage the options. These options can come from any option provider implementing the IConfigDictionary interface.
| C# | Visual Basic | Visual C++ |
public interface IConfigManager : IDisposable
Public Interface IConfigManager _ Implements IDisposable
public interface class IConfigManager : IDisposable
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| AllKeys |
Gets all of the keys.
| |
| Clone(String) |
Clones this instance.
| |
| ContainsKey(String) |
Determines whether the specified key contains a key.
| |
| CreateConfigManager(String) |
Creates the new config manager.
| |
| DictionaryChain |
Gets the dictionary chain.
| |
| DictionaryChanged |
Occurs when the dictionary has changed.
| |
| DisplayDictionary()()() |
Displays the contents of dictionary.
| |
| Dispose()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.) | |
| GetValue(String) |
Gets the value.
| |
| GetValue(String, Object) |
Gets the value.
| |
| InsertAfter(IConfigDictionary, String) |
Inserts an existing IConfigDictionary after the specify one in the DictionaryChain.
| |
| Item[([(String])]) |
Gets or sets the Object value with the specified key.
| |
| Release()()() |
Cleans up the resources.
| |
| Remove(String) |
Removes the specified key.
| |
| SetValue(String, Object) |
Sets the value.
| |
| TryGetValue(String, Object%) |
Tries to get the value.
|