Condividi tramite


IRegistryTools2.GetRegistrySubKeyNamesFromLocalMachineRoot Metodo

Definizione

Ottenere i nomi di tutte le sottochiavi in una chiave nel Registro di sistema radice HKLM.

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

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

String[]

Matrice di nomi di valore o vuota

Si applica a