| Inheritance | Object → SettingsHelper |
| SettingsHelper |
| GetApplicationSetting(T) | Retrieves a setting with the given key. |
| SetAccessorMethod | Sets the function used to retrieve application settings. |
| SetDetectorMethod | Sets the function used to detect if an application setting with a given key exists. |
| accessor | Private delegate function that retrieves a setting with the given key. |
| detector | Private delegate function that detects if a setting with a given key exists. Returns true if the setting exists, false if not. |