C# 클래스 WinBioNET.Configuration.WinBioRegistryKeyBase

파일 보기 프로젝트 열기: JcBernack/WinBioNET

공개 메소드들

메소드 설명
Read ( RegistryKey key ) : void
ToString ( ) : string
Write ( RegistryKey key ) : void

비공개 메소드들

메소드 설명
GetFields ( ) : IEnumerable

메소드 상세

Read() 공개 메소드

public Read ( RegistryKey key ) : void
key Microsoft.Win32.RegistryKey
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( RegistryKey key ) : void
key Microsoft.Win32.RegistryKey
리턴 void