Click or drag to resize

BasicAppSettingsSetRegistryBasePath method

Sets the registry access key for all subsequent accesses to the passed base path, if the passed registryBasePath can be converted error-free into a corresponding equivalent from registry keys.

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntax
public void SetRegistryBasePath(
	
	string? registryBasePath
)

Parameters

registryBasePath  String
Path to the registry key under which future accesses are to take place.
Exceptions
ExceptionCondition
ArgumentExceptionIs triggered if the registryBasePath passed cannot be converted into a registry key.
See also