Condividi tramite


IRegistryTools2.DoesRegistryKeyExistInLocalMachineRoot Metodo

Definizione

Determina se esiste una chiave nel Registro di sistema radice HKLM

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

Parametri

regKeyPath
String

Percorso della chiave del Registro di sistema nel formato key\subkey\subsubkey

use64Bit
Boolean

se true, usa il Registro di sistema a 64 bit, in caso contrario viene usato 32 bit

Restituisce

True se la chiave esiste, false se non esiste

Si applica a