다음을 통해 공유


IRegistryTools2 인터페이스

정의

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

메서드

DeleteRegistryKeyFromCurrentUserRoot(String)

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

DeleteRegistryKeyFromLocalMachineRoot(String, Boolean)

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

DeleteRegistryValueFromCurrentUserRoot(String, String)

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

DeleteRegistryValueFromLocalMachineRoot(String, String, Boolean)

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

DoesRegistryKeyExistInCurrentUserRoot(String)

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

DoesRegistryKeyExistInLocalMachineRoot(String, Boolean)

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

GetRegistryIntValueFromLocalMachineRoot(String, String, Boolean, Nullable<Int32>)

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

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

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

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

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

GetRegistrySubKeyNamesFromLocalMachineRoot(String, Boolean)

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

GetRegistryValueFromCurrentUserRoot(String, String, Object)

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

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

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

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

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

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

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

GetRegistryValueNamesFromLocalMachineRoot(String, Boolean)

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

SetRegistryFromCurrentUserRoot(String, String, Object)

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

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

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

(다음에서 상속됨 IRegistryTools)

적용 대상