RegistryTools.GetRegistrySubKeyNamesFromLocalMachineRoot 메서드

정의

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()

매개 변수

regKeyPath
String

key\subkey\subsubkey 형식의 레지스트리 키 경로

use64Bit
Boolean

true이면 64비트 레지스트리를 사용하고, 그렇지 않으면 32비트 가 사용됩니다.

반환

String[]

값 이름 또는 비어 있는 배열

구현

적용 대상