RegValueEntry.WriteToTheRegistry Method

tikumo.regis3

RegValueEntry WriteToTheRegistry Method regdiff Code Documentation
Write this value back to the Windows registry

Namespace: com.tikumo.regis3
Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)

Syntax

public void WriteToTheRegistry(
	RegistryKey registryKey,
	RegEnvReplace env
)
public void WriteToTheRegistry(
	RegistryKey registryKey,
	RegEnvReplace env
)

Parameters

registryKey
Type: OnlineMicrosoft.Win32 RegistryKey
Parent registry key. Must be open with write permissions.
env
Type: com.tikumo.regis3 RegEnvReplace
Helper class that can map $$-escaped strings.
See Also