wRTOSRegistry.DeleteRegistrySubKey Method
Deletes a registry key and all keys and values under it.
Namespace:
IntervalZero.MaxRT.wRTOS
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS .dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public static void DeleteRegistrySubKey(
RegistryKey keyBase,
string subKeyPath
)
Parameters
keyBase
Type: Microsoft.Win32.RegistryKey
subKeyPath
Type: System.String
Exceptions
See Also: