Click or drag to resize

AppSettingsRegistry methods

The AppSettingsRegistry Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberContainsKey Returns true if the key is contained in the enumeration.
Public MethodStatic MemberGetParametersSources Returns a dictionary that contains the name of the source for each parameter. and the last value. Can be helpful for troubleshooting in certain cases.
Public MethodStatic MemberGetValue Returns the value for the transferred key from the enumeration.
Public MethodStatic MemberRegisterKeyValue List that can be filled externally with key-value pairs. This list is also taken into account in the search.
Public MethodStatic MemberRememberParameterSource Memorises the name of the source of the value of a transferred parameter in an enumeration for later debug output of all parameters and the ultimate sources of their values.
Public MethodStatic MemberUnregisterKey List that can be filled externally with key-value pairs. The given key is removed from the list.
Back to the top
See also