C# Class NSoft.NFramework.WindowsSystem.RegistryTool

Registry 접근을 위한 Utility Class 입니다.
Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Méthode Description
GetLocalMachineValue ( string subKey, string name ) : string

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

Method Details

GetLocalMachineValue() public static méthode

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