C# Class SidebarLibrary.Win32.RegistryUtil

Summary description for Registry.
Exibir arquivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
ReadFromRegistry ( RegistryKey RegHive, string RegPath, string KeyName, string DefaultValue ) : string
WriteToRegistry ( RegistryKey RegHive, string RegPath, string KeyName, string KeyValue ) : void

Private Methods

Method Description
RegistryUtil ( ) : System

Method Details

ReadFromRegistry() static public method

static public ReadFromRegistry ( RegistryKey RegHive, string RegPath, string KeyName, string DefaultValue ) : string
RegHive Microsoft.Win32.RegistryKey
RegPath string
KeyName string
DefaultValue string
return string

WriteToRegistry() static public method

static public WriteToRegistry ( RegistryKey RegHive, string RegPath, string KeyName, string KeyValue ) : void
RegHive Microsoft.Win32.RegistryKey
RegPath string
KeyName string
KeyValue string
return void