C# Class NSoft.NFramework.WindowsSystem.RegistryTool

Registry 접근을 위한 Utility Class 입니다.
显示文件 Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
GetLocalMachineValue ( string subKey, string name ) : string

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

Method Details

GetLocalMachineValue() public static method

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