Click or drag to resize

RegSetRegistryBasePath 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.RegAccess (in NetEti.RegAccess.dll) Version: 1.0.0+3058b4495e47cf04ccc2758883ed79dc29ef784f
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