UtilRegistryMoveValue(RegistryView, String, String, String, RegistryView, String, String, String) Method

Moves 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 MoveValue(
	RegistryView srcView,
	string srcRootKeyName,
	string srcSubKeyPath,
	string srcValueName,
	RegistryView dstView,
	string dstRootKeyName,
	string dstSubKeyPath,
	string dstValueName
)

Parameters

srcView  RegistryView

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

srcRootKeyName  String
The source registry rootkey name.
srcSubKeyPath  String
The source registry subkey path.
srcValueName  String
The source registry value name.
dstView  RegistryView

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

dstRootKeyName  String
The target registry rootkey name.
dstSubKeyPath  String
The target registry subkey path.
dstValueName  String
The target registry value name.

See Also