The following tables list the members exposed by ApplicationProperties.
Public Methods
Name | Description | |
---|---|---|
AddBoolean | Adds or replaces the specified key's associated Boolean value. | |
AddInteger | Adds or replaces the specified key's associated integer value. | |
AddNumber | Adds or replaces the specified key's associated double value. | |
AddString | Adds or replaces the specified key's associated string value. | |
Clear | Removes all keys and their associated values. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
GetBoolean | Retrieves the specified key's associated value as a Boolean value. | |
GetInteger | Retrieves the specified key's associated value as an integer. | |
GetNumber | Retrieves the specified key's associated value as a double. | |
GetResolvedPath | Retrieves the specified key's value as a fully resolved file path. | |
GetString | Retrieves the specified key's associated value as a string. | |
Item | Retrieves the key/value pair at the specified index. | |
Remove | Removes the specified key and its associated value. |
Public Properties
Name | Description | |
---|---|---|
Count | Retrieves the number of key/value pairs. |
See Also