Regis3.DeleteKeyRecursive Method

tikumo.regis3

Regis3 DeleteKeyRecursive Method regdiff Code Documentation
Given an (absolute) registry key, delete everything under it including subkeys.

Namespace: com.tikumo.regis3
Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)

Syntax

public static void DeleteKeyRecursive(
	string sourcePath,
	bool use32BitRegistry = true
)
public static void DeleteKeyRecursive(
	string sourcePath,
	bool use32BitRegistry = true
)

Parameters

sourcePath
Type: OnlineSystem String
Absolute registry path (i.e. one starting with HKEY_LOCAL_MACHINE or something similar)
use32BitRegistry (Optional)
Type: OnlineSystem Boolean
True if you want to access the 32-bit regisrty, or false if you want to access the 64-bit registry.
See Also