UtilRegistryDeleteValue(RegistryView, String, 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 DeleteValue(
	RegistryView view,
	string rootKeyName,
	string subKeyPath,
	string valueName,
	bool throwOnMissingValue = false
)

Parameters

view  RegistryView

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

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

Exceptions

ArgumentNullException rootKeyName or subKeyPath or valueName

See Also