Condividi tramite


RegistryTools.GetRegistryValueNamesFromLocalMachineRoot Metodo

Definizione

Ottenere i nomi di tutti i valori in una chiave nel Registro di sistema radice HKLM.

public string[] GetRegistryValueNamesFromLocalMachineRoot (string regKeyPath, bool use64Bit = false);
abstract member GetRegistryValueNamesFromLocalMachineRoot : string * bool -> string[]
override this.GetRegistryValueNamesFromLocalMachineRoot : string * bool -> string[]
Public Function GetRegistryValueNamesFromLocalMachineRoot (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

Implementazioni

Si applica a