RTX64RegistryDeleteRegistryValue Method |
Deletes a registry value.
Namespace:
IntervalZero.RTX64Assembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

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.

Exception | Condition |
---|---|
RTX64Exception | |
RTX64InvalidArgumentException |
