UtilRegistryJumpToKey(RegistryView, String) Method

Runs Registry.exe process to jump at the specified key.

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 JumpToKey(
	RegistryView view,
	string fullKeyPath
)

Parameters

view  RegistryView

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

fullKeyPath  String
The registry key full path.

See Also