FileSettingsStore Class

Settings Store factory implementation using a Windows disk file.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public sealed class FileSettingsStore : SettingsStoreBase
Inheritance
Object    SettingsStoreBase    FileSettingsStore

Methods

Create Synchronous factory method to create an ISettingsStore object from a File System configuration file.
CreateAsync Asynchronous factory method to create an ISettingsStore object from a File System configuration file.

See Also