SettingsCollectionFile Sealed Class

Subclass of SettingsCollectionBase, IDisposable. The class that represents settings stored in a file.

Properties

Type Signature
string FilePath
Gets the file path for the underlying settings file.

Methods

Type Signature
Destructor ~SettingsCollectionFile()
Cleans up an instance.
void Dispose()
Releases all resources used by this instance.
bool LoadFromDisk()
Reloads settings from the underlying file.
bool SaveToDisk()
Saves settings to the underlying file.

Events

Type Signature
EventHandler SettingsFileChanged
Used to notify when the underlying settings file has been changed by another instance.