regQueryValue

private fnvoid regQueryValue(in HKEY hkey, string name, out string value, REG_VALUE_TYPE reqType)
No documentation available for this declaration.
private fnvoid regQueryValue(in HKEY hkey, in string name, out string[] value, REG_VALUE_TYPE reqType)
No documentation available for this declaration.
private fnvoid regQueryValue(in HKEY hkey, in string name, out uint value, REG_VALUE_TYPE reqType)
No documentation available for this declaration.
private fnvoid regQueryValue(in HKEY hkey, in string name, out ulong value, REG_VALUE_TYPE reqType)
No documentation available for this declaration.
private fnvoid regQueryValue(in HKEY hkey, in string name, out byte[] value, REG_VALUE_TYPE reqType)
No documentation available for this declaration.