C# 클래스 Tangerine.Devices.DeviceRetriever

파일 보기 프로젝트 열기: andreycha/tangerine 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckDevice bool
CheckEmulator bool
CreateDevice WPDevice
GetDatastore object
GetDevice WPDevice
GetEmulator WPDevice
GetPlatform object
SelectSDKAssembly System.Reflection.Assembly

공개 메소드들

메소드 설명
GetDevice ( DeviceType deviceType, PlatformVersion version ) : WPDevice

Returns Windows Phone device or emulator.

비공개 메소드들

메소드 설명
CheckDevice ( string name, PlatformVersion version ) : bool
CheckEmulator ( string name, PlatformVersion version ) : bool
CreateDevice ( object device, PlatformVersion version ) : WPDevice
GetDatastore ( PlatformVersion version ) : object
GetDevice ( PlatformVersion version ) : WPDevice
GetEmulator ( PlatformVersion version ) : WPDevice
GetPlatform ( PlatformVersion version ) : object
SelectSDKAssembly ( PlatformVersion version ) : Assembly

메소드 상세

GetDevice() 공개 메소드

Returns Windows Phone device or emulator.
If no Windows Phone device or emulator is registered.
public GetDevice ( DeviceType deviceType, PlatformVersion version ) : WPDevice
deviceType DeviceType
version PlatformVersion
리턴 WPDevice