RTX64RegistryDeleteRegistryValue Method

Deletes a registry value.

Namespace:  IntervalZero.RTX64
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public static void DeleteRegistryValue(
	RegistryKey keyBase,
	string subKeyPath,
	string valueName
)

Parameters

keyBase
Type: Microsoft.Win32RegistryKey
Base key.
subKeyPath
Type: SystemString
Path to the key.
valueName
Type: SystemString
Name of the value to delete.
Exceptions
See Also