C# Class NSoft.NFramework.WindowsSystem.Registry32

32bit OS 용 Registry 사용을 위한 클래스입니다.
Inheritance: IRegistryReader
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

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

지정된 서브키의 레지스트리 명에 해당하는 값을 가져온다. 없으면 null을 반환한다.

Registry32 ( RegistryKey rootKey ) : Microsoft.Win32

생성자

Method Details

GetValue() public méthode

지정된 서브키의 레지스트리 명에 해당하는 값을 가져온다. 없으면 null을 반환한다.
public GetValue ( string subKey, string name ) : string
subKey string 레지스트리 서브 키
name string 레지스트리 명
Résultat string

Registry32() public méthode

생성자
public Registry32 ( RegistryKey rootKey ) : Microsoft.Win32
rootKey Microsoft.Win32.RegistryKey
Résultat Microsoft.Win32