Click or drag to resize
RegistryHelperOpenRegistryKey Method
Opens the registry key.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static RegistryKey OpenRegistryKey(
	RegistryKey baseKey,
	string path,
	bool write
)

Parameters

baseKey
Type: Microsoft.Win32RegistryKey
Base key, such as Registry.LocalMachine
path
Type: SystemString
Path to the key
write
Type: SystemBoolean
Write to the registry key

Return Value

Type: RegistryKey
See Also