|
RegistrySettingsBase(String, String) Constructor
|
Creates a new instance of the
RegistrySettingsBase class for the application's registry based settings.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax protected RegistrySettingsBase(
string rootPath,
string keyName
)
protected:
RegistrySettingsBase(
String^ rootPath,
String^ keyName
)
new :
rootPath : string *
keyName : string -> RegistrySettingsBase
GSF.Configuration.RegistrySettingsBase = function(rootPath, keyName);
View SourceParameters
- 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