C# Класс Tangerine.Devices.DeviceRetriever

Показать файл Открыть проект Примеры использования класса

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