UtilRegistryDeleteSubKey(RegistryView, String, Boolean) Method

Deletes a registry 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 DeleteSubKey(
	RegistryView view,
	string fullKeyPath,
	bool throwOnMissingSubKey = false
)

Parameters

view  RegistryView

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

fullKeyPath  String
The registry key full path.
throwOnMissingSubKey  Boolean  (Optional)
If set to , throws an exception on missing subkey.

See Also