RegistryTools.GetRegistryValueNamesFromLocalMachineRoot 메서드

정의

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

매개 변수

regKeyPath
String

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

use64Bit
Boolean

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

반환

String[]

값 이름 또는 비어 있는 배열

구현

적용 대상