RegistryKeyStatic

RegistryKeyStatic


Provides static methods for the RegistryKey class.


Public:

Types:

NameDescription
 RegistryHive The root registry key to open on the remote machine.  

Methods:

NameDescription
 OpenRemoteBaseKey Connects to a Registry on a remote machine and returns a RegistryKey to the specified registry key on that machine.  

Remarks

This class cannot be directly instantiated. To access the methods, use the variable name directly.

 Dim Key As RegistryKey
 Set Key = RegistryKey.OpenRemoteBaseKey(LocalMachine, "RemoteName")
 

See Also

Project CorLib Overview

Class RegistryKeyStatic Overview

Registry

PublicFunctions