C# Class Tangerine.Devices.DeviceRetriever

ファイルを表示 Open project: andreycha/tangerine Class Usage Examples

Private Properties

Property Type Description
CheckDevice bool
CheckEmulator bool
CreateDevice WPDevice
GetDatastore object
GetDevice WPDevice
GetEmulator WPDevice
GetPlatform object
SelectSDKAssembly System.Reflection.Assembly

Public Methods

Method Description
GetDevice ( DeviceType deviceType, PlatformVersion version ) : WPDevice

Returns Windows Phone device or emulator.

Private Methods

Method Description
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

Method Details

GetDevice() public method

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
return WPDevice