WindowsRegisterExistsSubKey(RegistryKey, String) Method
Indicates whether a registry subkey exists.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool ExistsSubKey(
RegistryKey registryKey,
string subkey
)
Public Shared Function ExistsSubKey (
registryKey As RegistryKey,
subkey As String
) As Boolean
- registryKey RegistryKey
- Registry key.
- subkey String
- Sub key name.
Boolean if the registry subkey exist; otherwise,
.