다음을 통해 공유


IRegistryTools2.DoesRegistryKeyExistInLocalMachineRoot 메서드

정의

HKLM 루트 레지스트리에 키가 있는지 확인합니다.

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

매개 변수

regKeyPath
String

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

use64Bit
Boolean

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

반환

키가 있으면 True, 그렇지 않으면 false입니다.

적용 대상