WindowsRegisterExistsSubKey(RegistryKey, String) Method

Indicates whether a registry subkey exists.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool ExistsSubKey(
	RegistryKey registryKey,
	string subkey
)

Parameters

registryKey  RegistryKey
Registry key.
subkey  String
Sub key name.

Return Value

Boolean
if the registry subkey exist; otherwise, .

See Also