This method of the RegKey class loads a new hive into the registry.
public void loadKey(String subKey, String fileName);
subKey | The name of the subkey created to contain the new hive. |
fileName | The name of a file that contains the registry information. |