다음을 통해 공유


IRegistryTools4 인터페이스

정의

public interface IRegistryTools4 : Microsoft.VisualStudio.Utilities.Internal.IRegistryTools3
type IRegistryTools4 = interface
    interface IRegistryTools3
    interface IRegistryTools2
    interface IRegistryTools
Public Interface IRegistryTools4
Implements IRegistryTools3
파생
구현

메서드

DeleteRegistryKeyFromCurrentUserRoot(String)

HKCU 루트 레지스트리에서 지정된 레지스트리 키 및 모든 하위 키를 삭제합니다.

(다음에서 상속됨 IRegistryTools2)
DeleteRegistryKeyFromLocalMachineRoot(String, Boolean)

HKLM 루트 레지스트리에서 지정된 레지스트리 키 및 모든 하위 키를 삭제합니다.

(다음에서 상속됨 IRegistryTools2)
DeleteRegistryValueFromCurrentUserRoot(String, String)

HKCU 루트 레지스트리의 키에서 지정된 레지스트리 값을 삭제합니다.

(다음에서 상속됨 IRegistryTools2)
DeleteRegistryValueFromLocalMachineRoot(String, String, Boolean)

HKLM 루트 레지스트리의 키에서 지정된 레지스트리 값을 삭제합니다.

(다음에서 상속됨 IRegistryTools2)
DoesRegistryKeyExistInCurrentUserRoot(String)

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

(다음에서 상속됨 IRegistryTools2)
DoesRegistryKeyExistInLocalMachineRoot(String, Boolean)

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

(다음에서 상속됨 IRegistryTools2)
GetRegistryIntValueFromLocalMachineRoot(String, String, Boolean, Nullable<Int32>)

HKLM 루트 레지스트리에서 int 레지스트리 값을 가져옵니다.

(다음에서 상속됨 IRegistryTools)
GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>)

HKLM 루트 레지스트리에서 int 레지스트리 값을 가져옵니다.

(다음에서 상속됨 IRegistryTools)
GetRegistrySubKeyNamesFromCurrentUserRoot(String)

HKCU 루트 레지스트리의 키 아래에 있는 모든 하위 키의 이름을 가져옵니다.

(다음에서 상속됨 IRegistryTools2)
GetRegistrySubKeyNamesFromLocalMachineRoot(String, Boolean)

HKLM 루트 레지스트리의 키 아래에 있는 모든 하위 키의 이름을 가져옵니다.

(다음에서 상속됨 IRegistryTools2)
GetRegistryValueFromCurrentUserRoot(String, String, Object)

HKCU 루트 레지스트리에서 레지스트리 키 값을 가져옵니다.

(다음에서 상속됨 IRegistryTools)
GetRegistryValueFromLocalMachineRoot(String, String, Boolean, Object)

HKLM 루트 레지스트리에서 레지스트리 키 값을 가져옵니다.

(다음에서 상속됨 IRegistryTools)
GetRegistryValueFromLocalMachineRoot(String, String, Object)

HKLM 루트 레지스트리에서 레지스트리 키 값을 가져옵니다.

(다음에서 상속됨 IRegistryTools)
GetRegistryValueNamesFromCurrentUserRoot(String)

HKCU 루트 레지스트리의 키 아래에 있는 모든 값의 이름을 가져옵니다.

(다음에서 상속됨 IRegistryTools2)
GetRegistryValueNamesFromLocalMachineRoot(String, Boolean)

HKLM 루트 레지스트리의 키 아래에 있는 모든 값의 이름을 가져옵니다.

(다음에서 상속됨 IRegistryTools2)
SetRegistryFromCurrentUserRoot(String, String, Object)

HKCU 루트 레지스트리에서 레지스트리의 값을 설정합니다.

(다음에서 상속됨 IRegistryTools)
SetRegistryFromCurrentUserRoot(String, String, Object, RegistryValueKind)

HKCU 루트 레지스트리에서 레지스트리의 값을 설정합니다.

SetRegistryFromLocalMachineRoot(String, String, Object, Boolean)

HKLM 루트 레지스트리에서 레지스트리의 값을 설정합니다.

(다음에서 상속됨 IRegistryTools)
TryGetRegistryValueKindFromCurrentUserRoot(String, String, RegistryValueKind)

HKCU 루트 레지스트리의 속성 종류를 결정합니다.

(다음에서 상속됨 IRegistryTools3)
TryGetRegistryValueKindFromLocalMachineRoot(String, String, RegistryValueKind, Boolean)

HKLM 루트 레지스트리의 속성 종류를 결정합니다.

(다음에서 상속됨 IRegistryTools3)

적용 대상