Compartilhar via


FileBasedRegistryTools.TryGetRegistryValueKindFromLocalMachineRoot Method

Definition

public bool TryGetRegistryValueKindFromLocalMachineRoot (string regKeyPath, string regKeyName, out Microsoft.Win32.RegistryValueKind kind, bool use64Bit = false);
abstract member TryGetRegistryValueKindFromLocalMachineRoot : string * string * RegistryValueKind * bool -> bool
override this.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

Parameters

regKeyPath
String
regKeyName
String
use64Bit
Boolean

Returns

Implements

Applies to