Orthogonal. |
| Class | Description | |
|---|---|---|
| BaseProcessor | All settings processors must derive from this class and override the abstract and virtual members as necessary to implement the actual reading and writing of settings keys and values from a backing storage type of their choice. | |
| RegistrySettings | A settings processor that uses the Registry as the backing storage. | |
| XmlFileSettings | A settings processor that uses a single XML document file as the backing storage. |
| Interface | Description | |
|---|---|---|
| ISettingsProcessor | This interface specifies the methods that must be implemented by any compliant settings processor. |