wRTOSRegistry.MoveTree Method

Moves a Registry key (and all keys and values under it) to another location in the Registry.

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 MoveTree(
    RegistryKey keyBase,
    string subKeyPath,
    string dstSubKeyPath
)

Parameters

keyBase

Type: Microsoft.Win32.RegistryKey

subKeyPath

Type: System.String

dstSubKeyPath

Type: System.String

See Also: