IRegistryTools3.TryGetRegistryValueKindFromLocalMachineRoot 方法

定义

确定 HKLM 根注册表中属性的类型。

public bool TryGetRegistryValueKindFromLocalMachineRoot (string regKeyPath, string regKeyName, out Microsoft.Win32.RegistryValueKind kind, bool use64Bit = false);
abstract member TryGetRegistryValueKindFromLocalMachineRoot : string * string * RegistryValueKind * bool -> bool
Public Function TryGetRegistryValueKindFromLocalMachineRoot (regKeyPath As String, regKeyName As String, ByRef kind As RegistryValueKind, Optional use64Bit As Boolean = false) As Boolean

参数

regKeyPath
String

格式为 key\subkey\subsubkey 的注册表项的路径

regKeyName
String

键下的变量名称

kind
RegistryValueKind

当前值类型

use64Bit
Boolean

如果为 true,则使用 64 位注册表,否则使用 32 位

返回

成功时为 True,失败时为 false

适用于