FileBasedRegistryTools.DoesRegistryKeyExistInLocalMachineRoot Method

Definition

public bool DoesRegistryKeyExistInLocalMachineRoot (string regKeyPath, bool use64Bit = false);
abstract member DoesRegistryKeyExistInLocalMachineRoot : string * bool -> bool
override this.DoesRegistryKeyExistInLocalMachineRoot : string * bool -> bool
Public Function DoesRegistryKeyExistInLocalMachineRoot (regKeyPath As String, Optional use64Bit As Boolean = false) As Boolean

Parameters

regKeyPath
String
use64Bit
Boolean

Returns

Implements

Applies to