UtilRegistryUnloadHive Method
Unloads a previously hive file that has been loaded into HKEY_LOCAL_MACHINE root key.
Namespace: DevCase.Core.Windows.RegistryAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void UnloadHive(
string subkeyName
)
Public Shared Sub UnloadHive (
subkeyName As String
)
Dim subkeyName As String
UtilRegistry.UnloadHive(subkeyName)
public:
static void UnloadHive(
String^ subkeyName
)
static member UnloadHive :
subkeyName : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- subkeyName String
-
The name of the subkey to unload.
This is a code example.
No code example is currently available or this language may not be supported.
UnloadHive("HKEY_LOCAL_MACHINE\My External Branch")
or:
UnloadHive("My External Branch")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.