메소드 | 설명 | |
---|---|---|
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 ( |
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 |
protected InvokeMethod ( |
||
method | ||
obj | object | |
리턴 | object |
public IsApplicationInstalled ( System.Guid productId ) : bool | ||
productId | System.Guid | |
리턴 | bool |
public LaunchApplication ( System.Guid productId ) : void | ||
productId | System.Guid | |
리턴 | void |
public ReceiveFile ( System.Guid productId, string sourceFile, string targetPath ) : void | ||
productId | System.Guid | |
sourceFile | string | |
targetPath | string | |
리턴 | void |
public UninstallApplication ( System.Guid productId ) : void | ||
productId | System.Guid | |
리턴 | void |