C# 클래스 NinjaCoder.MvvmCross.Services.SettingsService

Defines the SettingsService type.
상속: ISettingsService
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross 1 사용 예제들

비공개 메소드들

메소드 설명
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.