C# Класс NinjaCoder.MvvmCross.Services.SettingsService

Defines the SettingsService type.
Наследование: ISettingsService
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
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.