C# 클래스 NSoft.NFramework.WindowsSystem.RegistryTool

Registry 접근을 위한 Utility Class 입니다.
파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

공개 메소드들

메소드 설명
GetLocalMachineValue ( string subKey, string name ) : string

레지스트리 Local Machine에서 값을 읽어옵니다.

메소드 상세

GetLocalMachineValue() 공개 정적인 메소드

레지스트리 Local Machine에서 값을 읽어옵니다.
public static GetLocalMachineValue ( string subKey, string name ) : string
subKey string
name string
리턴 string