Compartir a través de


RegistryTools.GetRegistrySubKeyNamesFromLocalMachineRoot Método

Definición

Obtenga los nombres de todas las subclaves en una clave del Registro raíz HKLM.

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

Parámetros

regKeyPath
String

Ruta de acceso a la clave del Registro con el formato key\subclave\subsubkey

use64Bit
Boolean

si es true, se usa el Registro de 64 bits; de lo contrario, se usan 32 bits.

Devoluciones

String[]

Matriz de nombres de valor o vacía

Implementaciones

Se aplica a