The Wayback Machine - https://web.archive.org/web/20201106144845/https://github.com/tmthrgd/RegistrySettingsProvider.cs
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

RegistrySettingsProvider.cs

Registry Settings Provider allows the built-in Properties.Settings to be backed by the Windows registry instead of the file system.

To replace the default provider the attribute [SettingsProvider(typeof(RegistrySettingsProvider))] must be placed directly before internal sealed class Settings : ApplicationSettingsBase in Settings.cs.

Other attributes found in RegistrySettingsProviderAttributes.cs may be added to individual properties to change how and where they are saved.

About

Allows the built-in Properties.Settings to be backed by the Windows registry instead of the file system. [Not maintained].

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.