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

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

Syntax

C#
public static string[] GetHKCUValues(
	string keypath
)
Visual Basic
Public Shared Function GetHKCUValues ( _
	keypath As String _
) As String()
Visual C++
public:
static array<String^>^ GetHKCUValues(
	String^ keypath
)

Parameters

keypath
Type: System..::..String

[Missing <param name="keypath"/> documentation for "M:LLCryptoLib.Utils.WinRegistry.GetHKCUValues(System.String)"]

Return Value

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

See Also