UtilRegistryCopyKeyTree(RegistryView, String, RegistryView, String) Method

Copies a registry key tree to another registry path.

Definition

Namespace: DevCase.Core.Windows.Registry
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void CopyKeyTree(
	RegistryView srcView,
	string srcFullKeyPath,
	RegistryView dstView,
	string dstFullKeyPath
)

Parameters

srcView  RegistryView

[Missing <param name="srcView"/> documentation for "M:DevCase.Core.Windows.Registry.UtilRegistry.CopyKeyTree(Microsoft.Win32.RegistryView,System.String,Microsoft.Win32.RegistryView,System.String)"]

srcFullKeyPath  String
The source registry key full path.
dstView  RegistryView

[Missing <param name="dstView"/> documentation for "M:DevCase.Core.Windows.Registry.UtilRegistry.CopyKeyTree(Microsoft.Win32.RegistryView,System.String,Microsoft.Win32.RegistryView,System.String)"]

dstFullKeyPath  String
The target registry key full path.

See Also