adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / RegistryUtility Class / CopyValues Method / CopyValues(RegistryKey,RegistryKey) Method


In This Topic
    CopyValues(RegistryKey,RegistryKey) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub CopyValues( _
       ByVal sourceKey As RegistryKey, _
       ByVal destinationKey As RegistryKey _
    ) 
    public static void CopyValues( 
       RegistryKey sourceKey,
       RegistryKey destinationKey
    )
    public:
    static void CopyValues( 
       RegistryKey^ sourceKey,
       RegistryKey^ destinationKey
    ) 

    Parameters

    sourceKey
    destinationKey
    See Also