Skip to content

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

License

Notifications You must be signed in to change notification settings

tmthrgd/RegistrySettingsProvider.cs

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages