C# 클래스 FluentBuild.Utilities.RegistryKeyWrapper

상속: IRegistryKeyWrapper
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb

공개 메소드들

메소드 설명
Close ( ) : void
GetSubKeyNames ( ) : IEnumerable
GetValue ( string name ) : object
OpenSubKey ( string keyName ) : IRegistryKeyWrapper
RegistryKeyWrapper ( ) : System
RegistryKeyWrapper ( RegistryKey key ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetSubKeyNames() 공개 메소드

public GetSubKeyNames ( ) : IEnumerable
리턴 IEnumerable

GetValue() 공개 메소드

public GetValue ( string name ) : object
name string
리턴 object

OpenSubKey() 공개 메소드

public OpenSubKey ( string keyName ) : IRegistryKeyWrapper
keyName string
리턴 IRegistryKeyWrapper

RegistryKeyWrapper() 공개 메소드

public RegistryKeyWrapper ( ) : System
리턴 System

RegistryKeyWrapper() 공개 메소드

public RegistryKeyWrapper ( RegistryKey key ) : System
key Microsoft.Win32.RegistryKey
리턴 System