C# Класс Microsoft.HockeyApp.Services.ApplicationService

Наследование: IApplicationService
Показать файл Открыть проект

Открытые методы

Метод Описание
GetApplicationId ( ) : string

Gets the application identifier, which is the namespace name for App class.

GetStoreRegion ( ) : string

Gets the store region.

GetVersion ( ) : string

Gets the version for the current application. If the version cannot be found, we will return the passed in default.

Init ( ) : void
IsDevelopmentMode ( ) : bool

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

Метод Описание
CoreApplication_Resuming ( object sender, object e ) : void
CoreApplication_Suspending ( object sender, Windows e ) : void

Описание методов

GetApplicationId() публичный Метод

Gets the application identifier, which is the namespace name for App class.
public GetApplicationId ( ) : string
Результат string

GetStoreRegion() публичный Метод

Gets the store region.
public GetStoreRegion ( ) : string
Результат string

GetVersion() публичный Метод

Gets the version for the current application. If the version cannot be found, we will return the passed in default.
public GetVersion ( ) : string
Результат string

Init() публичный Метод

public Init ( ) : void
Результат void

IsDevelopmentMode() публичный Метод

public IsDevelopmentMode ( ) : bool
Результат bool