wRTOSRegistry.DeleteRegistryValue Method

Deletes a registry value.

Namespace:  IntervalZero.MaxRT.wRTOS
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS .dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

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

Parameters

keyBase

Type: Microsoft.Win32.RegistryKey
Base key.

subKeyPath

Type: System.String
Path to the key.

valueName

Type: System.String
Name of the value to delete.

Exceptions

wRTOSException

wRTOSInvalidArgumentException

See Also: