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

The reader is platform specific and applies to Windows Phone Silverlight applications only.
상속: IDeviceService
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IDeviceService Task
ReadSerializedContext FallbackDeviceContext
ReadSerializedContext FallbackDeviceContext

공개 메소드들

메소드 설명
GetDeviceModel ( ) : string

Gets the device model.

GetDeviceType ( ) : string

Gets the type of the device.

GetDeviceUniqueId ( ) : string

Gets the device unique ID, or uses the fallback if none is available due to application configuration.

GetHostSystemLocale ( ) : string
GetNetworkType ( ) : int

Gets the network type.

GetOemName ( ) : Task

Gets the device OEM.

GetOperatingSystemName ( ) : string
GetOperatingSystemVersionAsync ( ) : Task

비공개 메소드들

메소드 설명
IDeviceService ( ) : Task
ReadSerializedContext ( ) : FallbackDeviceContext

Reads the serialized context from persistent storage, or will create a new context if none exits.

ReadSerializedContext ( string fileName ) : FallbackDeviceContext

Reads the serialized context from persistent storage, or will create a new context if none exits.

메소드 상세

GetDeviceModel() 공개 메소드

Gets the device model.
public GetDeviceModel ( ) : string
리턴 string

GetDeviceType() 공개 메소드

Gets the type of the device.
public GetDeviceType ( ) : string
리턴 string

GetDeviceUniqueId() 공개 메소드

Gets the device unique ID, or uses the fallback if none is available due to application configuration.
public GetDeviceUniqueId ( ) : string
리턴 string

GetHostSystemLocale() 공개 메소드

public GetHostSystemLocale ( ) : string
리턴 string

GetNetworkType() 공개 메소드

Gets the network type.
public GetNetworkType ( ) : int
리턴 int

GetOemName() 공개 메소드

Gets the device OEM.
public GetOemName ( ) : Task
리턴 Task

GetOperatingSystemName() 공개 메소드

public GetOperatingSystemName ( ) : string
리턴 string

GetOperatingSystemVersionAsync() 공개 메소드

public GetOperatingSystemVersionAsync ( ) : Task
리턴 Task