Click or drag to resize

RegistrySettingsBase(String, String) Constructor

Creates a new instance of the RegistrySettingsBase class for the application's registry based settings.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.282-beta+fbfa6baa1521236175f6d73fb2eb151a42453aef
Syntax
protected RegistrySettingsBase(
	string rootPath,
	string keyName
)
View Source

Parameters

rootPath  String
Defines the root registry path used to access settings in the registry (e.g., "HKEY_CURRENT_USER\\Software\\My Company\\My Product\\").
keyName  String
Defines the name of default key used to access settings in the registry (e.g., "General Settings").
See Also