Easily read/write to the registry, config files, and INI files with a single line of code.
Classes
| Class | Description |
| ConfigReaderWriter |
Easily Read and Write settings in app.config or web.config files
|
| IniReaderWriter |
Fully Managed INI File Reader and Writer without any COM Interop
See: http://en.wikipedia.org/wiki/INI_file
See: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724348%28v=vs.85%29.aspx
|
| RegistryItem | |
| RegistryReaderWriter |
Easily Read and Write to the registry
|
| RegistryValue | |
Enumerations
See Also