Class | Description | |
---|---|---|
![]() | AppSettingStorage | Stores values in the local application's configuration section: "AppSettings" |
![]() | DictionaryStorage | Stores values in a IDictionary, by default this dictionary is placed in the current AppDomain data slot to provide data that is consistant across instances of DictionaryStorage when no dictionary is provided to the constructor. |
![]() | FileStorage | Stores values in the local AppData folder in the path {Company}\{Product}. |
![]() | IsolatedStorage | Stores values in the IsolatedStorage for the application in {Company}\{Product} path. |
![]() | RegistryStorage | Stores values in the registry at HKCU\Software\{Company}\{Product} path. |
![]() | UserSettingStorage | Stores values in the local configuration section: "userSettings" |