C# Class NSoft.NFramework.WindowsSystem.Registry32

32bit OS 용 Registry 사용을 위한 클래스입니다.
Inheritance: IRegistryReader
显示文件 Open project: debop/NFramework

Public Methods

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

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

Registry32 ( RegistryKey rootKey ) : Microsoft.Win32

생성자

Method Details

GetValue() public method

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

Registry32() public method

생성자
public Registry32 ( RegistryKey rootKey ) : Microsoft.Win32
rootKey Microsoft.Win32.RegistryKey
return Microsoft.Win32