Check if HKCU key exists.
Namespace: LLCryptoLib.UtilsAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public static bool HKCUExists( string key ) |
Visual Basic |
---|
Public Shared Function HKCUExists ( _ key As String _ ) As Boolean |
Visual C++ |
---|
public: static bool HKCUExists( String^ key ) |
Parameters
- key
- Type: System..::..String
The key.
Return Value
[Missing <returns> documentation for "M:LLCryptoLib.Utils.WinRegistry.HKCUExists(System.String)"]