Compartir a través de


RegistryTools.DoesRegistryKeyExistInLocalMachineRoot(String, Boolean) Método

Definición

Determina si existe una clave en el Registro raíz 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

Parámetros

regKeyPath
String

Ruta de acceso a la clave del Registro en la clave de formato\subclave\subclave

use64Bit
Boolean

Si es true, usa el registro de 64 bits; de lo contrario, se usa 32 bits.

Devoluciones

True si la clave existe, false si no lo hace

Implementaciones

Se aplica a