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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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