C# Class NinjaCoder.MvvmCross.Services.SettingsService

Defines the SettingsService type.
Inheritance: ISettingsService
Show file Open project: asudbury/NinjaCoderForMvvmCross Class Usage Examples

Private Methods

Method Description
GetRegistryKey ( string subKey, bool writeable ) : RegistryKey

Gets the registry key.

GetRegistryValue ( string subKey, string name, string defaultValue ) : string

Gets the registry value.

GetVersion ( ) : string

Gets the version.

SetRegistryValue ( string subKey, string name, string value ) : void

Sets the value.