IRegistryTools 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
레지스트리에서 정보를 가져오는 도우미 클래스
public interface class IRegistryTools
public interface IRegistryTools
type IRegistryTools = interface
Public Interface IRegistryTools
- 파생
메서드
GetRegistryIntValueFromLocalMachineRoot(String, String, Boolean, Nullable<Int32>) |
HKLM 루트 레지스트리에서 int 레지스트리 값을 가져옵니다. |
GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>) |
HKLM 루트 레지스트리에서 int 레지스트리 값을 가져옵니다. |
GetRegistryValueFromCurrentUserRoot(String, String, Object) |
HKCU 루트 레지스트리에서 레지스트리 키 값을 가져옵니다. |
GetRegistryValueFromLocalMachineRoot(String, String, Boolean, Object) |
HKLM 루트 레지스트리에서 레지스트리 키 값을 가져옵니다. |
GetRegistryValueFromLocalMachineRoot(String, String, Object) |
HKLM 루트 레지스트리에서 레지스트리 키 값을 가져옵니다. |
SetRegistryFromCurrentUserRoot(String, String, Object) |
HKCU 루트 레지스트리에서 레지스트리의 값을 설정합니다. |
SetRegistryFromLocalMachineRoot(String, String, Object, Boolean) |
HKLM 루트 레지스트리에서 레지스트리의 값을 설정합니다. |