C# 클래스 Tangerine.Devices.WPDevice

Wrapper around WP device or emulator.
파일 보기 프로젝트 열기: andreycha/tangerine

공개 메소드들

메소드 설명
Connect ( ) : void
Disconnect ( ) : void
InstallApplication ( System.Guid productId, System.Guid instanceId, string applicationGenre, string iconPath, string xapPackage ) : void
IsApplicationInstalled ( System.Guid productId ) : bool
LaunchApplication ( System.Guid productId ) : void
ReceiveFile ( System.Guid productId, string sourceFile, string targetPath ) : void
UninstallApplication ( System.Guid productId ) : void
WPDevice ( object device ) : System

보호된 메소드들

메소드 설명
InvokeMethod ( MethodInfo method, object obj ) : object

메소드 상세

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

InstallApplication() 공개 메소드

public InstallApplication ( System.Guid productId, System.Guid instanceId, string applicationGenre, string iconPath, string xapPackage ) : void
productId System.Guid
instanceId System.Guid
applicationGenre string
iconPath string
xapPackage string
리턴 void

InvokeMethod() 보호된 메소드

protected InvokeMethod ( MethodInfo method, object obj ) : object
method System.Reflection.MethodInfo
obj object
리턴 object

IsApplicationInstalled() 공개 메소드

public IsApplicationInstalled ( System.Guid productId ) : bool
productId System.Guid
리턴 bool

LaunchApplication() 공개 메소드

public LaunchApplication ( System.Guid productId ) : void
productId System.Guid
리턴 void

ReceiveFile() 공개 메소드

public ReceiveFile ( System.Guid productId, string sourceFile, string targetPath ) : void
productId System.Guid
sourceFile string
targetPath string
리턴 void

UninstallApplication() 공개 메소드

public UninstallApplication ( System.Guid productId ) : void
productId System.Guid
리턴 void

WPDevice() 공개 메소드

public WPDevice ( object device ) : System
device object
리턴 System