UtilRegistryDeleteSubKey(RegistryView, String, 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 rootKeyName,
	string subKeyPath,
	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.String,System.Boolean)"]

rootKeyName  String
The rootkey name.
subKeyPath  String
The subkey path.
throwOnMissingSubKey  Boolean  (Optional)
If set to , throws an exception on missing subkey.

Exceptions

ArgumentNullException rootKeyName or subKeyPath

See Also