C# Class WinBioNET.Configuration.WinBioRegistryKeyBase

Exibir arquivo Open project: JcBernack/WinBioNET

Public Methods

Method Description
Read ( RegistryKey key ) : void
ToString ( ) : string
Write ( RegistryKey key ) : void

Private Methods

Method Description
GetFields ( ) : IEnumerable

Method Details

Read() public method

public Read ( RegistryKey key ) : void
key Microsoft.Win32.RegistryKey
return void

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( RegistryKey key ) : void
key Microsoft.Win32.RegistryKey
return void