The Gallio.Runtime.Preferences namespace contains types for loading and
saving user preferences.
Classes
| Class | Description | |
|---|---|---|
| FilePreferenceManager |
An implementation of IPreferenceManager based on files.
| |
| FilePreferenceSet |
A preference set implementation based on storing preference settings within a file.
| |
| FilePreferenceStore |
A preference store implementation based on storing preference sets as files within a directory.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IPreferenceManager |
Stores and retrieves user and machine preferences.
| |
| IPreferenceSet |
Represents a set of related preference settings.
| |
| IPreferenceSetReader |
Provides operations for reading preference settings within preference sets.
| |
| IPreferenceSetWriter |
Provides operations for writing preference settings.
| |
| IPreferenceStore |
Stores and retrieves the contents of preference sets.
|
