IRegistryTools 인터페이스

정의

레지스트리에서 정보를 가져오는 도우미 클래스

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 루트 레지스트리에서 레지스트리의 값을 설정합니다.

적용 대상