Compartilhar via


IRegistryTools2.GetRegistrySubKeyNamesFromLocalMachineRoot Método

Definição

Obtenha os nomes de todas as subchaves em uma chave no Registro raiz do 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()

Parâmetros

regKeyPath
String

Caminho para a chave do Registro no formato key\subkey\subsubkey

use64Bit
Boolean

se true, ele usa o registro de 64 bits, caso contrário, 32 bits são usados

Retornos

String[]

Matriz de nomes de valor ou vazia

Aplica-se a