RegistryKeyStatic
Provides static methods for the RegistryKey class.
Public:
Types:
Name | Description |
---|
RegistryHive |
The root registry key to open on the remote machine.
|
Methods:
Name | Description |
---|
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