Check if HKLM key exist

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public static bool HKLMExists(
	string key
)
Visual Basic
Public Shared Function HKLMExists ( _
	key As String _
) As Boolean
Visual C++
public:
static bool HKLMExists(
	String^ key
)

Parameters

key
Type: System..::..String
The key.

Return Value

[Missing <returns> documentation for "M:LLCryptoLib.Utils.WinRegistry.HKLMExists(System.String)"]

See Also