Partager via


RegistryTools.DoesRegistryKeyExistInLocalMachineRoot(String, Boolean) Méthode

Définition

Détermine si une clé existe dans le registre racine HKLM

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

Paramètres

regKeyPath
String

Chemin d’accès à la clé de Registre au format key\subkey\subsubkey

use64Bit
Boolean

si la valeur est true, elle utilise le Registre 64 bits ; sinon, 32 bits est utilisé

Retours

True si la clé existe, false si ce n’est pas le cas

Implémente

S’applique à