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.181-beta
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