WindowsRegisterExistsSubKey(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(
	string subkey
)

Parameters

subkey  String
Sub key name.

Return Value

Boolean
if the registry subkey exist; otherwise, .

See Also