'Declaration
Public Shared Function CopyKey( _ ByVal sourceRoot As RegistryKey, _ ByVal sourceKeyName As String, _ ByVal targetParentKey As RegistryKey, _ ByVal targetKeyName As String _ ) As Boolean
public static bool CopyKey( RegistryKey sourceRoot, string sourceKeyName, RegistryKey targetParentKey, string targetKeyName )
Parameters
- sourceRoot
- sourceKeyName
- targetParentKey
- targetKeyName