RTX64RegistryMoveTree Method

Moves a Registry key (and all keys and values under it) to another location in the Registry.

Namespace:  IntervalZero.RTX64
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public static void MoveTree(
	RegistryKey keyBase,
	string subKeyPath,
	string dstSubKeyPath
)

Parameters

keyBase
Type: Microsoft.Win32RegistryKey
subKeyPath
Type: SystemString
dstSubKeyPath
Type: SystemString
See Also