C# 클래스 Microsoft.HockeyApp.Services.ApplicationService

상속: IApplicationService
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

공개 메소드들

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