AppInfo class¶
Defined in
Namespace: ReactiveMarbles.CacheDatabase.Settings
Assembly: ReactiveMarbles.CacheDatabase.Settings.dll
Full name: ReactiveMarbles.CacheDatabase.Settings.AppInfo
Modifiers: public static
Summary¶
App Info.
Applies to
netstandard2.0
Properties¶
| Name | Summary |
|---|---|
| static ApplicationRootPath | Gets the application root path. |
| static SettingsCachePath | Gets the settings cache path. |
| static ExecutingAssembly | Gets the executing assembly. |
| static ExecutingAssemblyName | Gets the name of the executing assembly. |
| static Version | Gets the version. |
Methods¶
| Name | Summary |
|---|---|
| static OverrideSettingsCachePath | Overrides the settings cache path. |
| static DeleteSettingsStore | Deletes the settings store. |
| static GetSettingsStore | Gets the settings store. |
| static DisposeSettingsStore | Disposes the settings store. |
| static SetupSettingsStore | Setup the settings store. |