WindowsRegisterExistsSubKey(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(
string subkey
)
Public Shared Function ExistsSubKey (
subkey As String
) As Boolean
- subkey String
- Sub key name.
Boolean if the registry subkey exist; otherwise,
.