UtilRegistryCopyValue(RegistryView, String, String, RegistryView, String, String) Method

Copies a registry value (with its data) to another subkey.

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 CopyValue(
	RegistryView srcView,
	string srcFullKeyPath,
	string srcValueName,
	RegistryView dstView,
	string dstFullKeyPath,
	string dstValueName
)

Parameters

srcView  RegistryView

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

srcFullKeyPath  String
The source registry key full path.
srcValueName  String
The source registry value name.
dstView  RegistryView

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

dstFullKeyPath  String
The target registry key full path.
dstValueName  String
The target registry value name.

See Also