C# 클래스 DroidExplorer.Runner.RunnerPluginHost

상속: IPluginHost
파일 보기 프로젝트 열기: camalot/droidexplorer 1 사용 예제들

공개 메소드들

메소드 설명
GetDeviceFriendlyName ( string device ) : string
GetHostControl ( ) : System.Windows.Forms.Control
GetHostWindow ( ) : System.Windows.Forms.IWin32Window
Install ( System file ) : void
MessageBox ( string title, string main, string content, System buttons, System icon ) : System.Windows.Forms.DialogResult
Navigate ( Core path ) : void
Pull ( Core remoteFile, System destFile ) : void
Pull ( List files, System destPath ) : void
Pull ( List files, System destPath ) : void
Push ( List files, string destPath ) : void
Push ( System file, string remote ) : void
RegisterFileTypeHandler ( string ext, IFileTypeHandler handler ) : void
RegisterFileTypeIcon ( string ext, System smallImage, System largeImage ) : void
RegisterFileTypeIconHandler ( string ext, IFileTypeIconHandler handler ) : void
RunnerPluginHost ( String device ) : System
SetDeviceFriendlyName ( string device, string name ) : void
ShowCommandBox ( string title, string main, string content, string expandedInfo, string footer, string verification, string buttons, bool showCancel, System icon, System footerIcon ) : int
Uninstall ( string package ) : void
UnregisterFileTypeHandler ( string ext, IFileTypeHandler handler ) : void

메소드 상세

GetDeviceFriendlyName() 공개 메소드

public GetDeviceFriendlyName ( string device ) : string
device string
리턴 string

GetHostControl() 공개 메소드

public GetHostControl ( ) : System.Windows.Forms.Control
리턴 System.Windows.Forms.Control

GetHostWindow() 공개 메소드

public GetHostWindow ( ) : System.Windows.Forms.IWin32Window
리턴 System.Windows.Forms.IWin32Window

Install() 공개 메소드

public Install ( System file ) : void
file System
리턴 void

MessageBox() 공개 메소드

public MessageBox ( string title, string main, string content, System buttons, System icon ) : System.Windows.Forms.DialogResult
title string
main string
content string
buttons System
icon System
리턴 System.Windows.Forms.DialogResult

Navigate() 공개 메소드

public Navigate ( Core path ) : void
path Core
리턴 void

Pull() 공개 메소드

public Pull ( Core remoteFile, System destFile ) : void
remoteFile Core
destFile System
리턴 void

Pull() 공개 메소드

public Pull ( List files, System destPath ) : void
files List
destPath System
리턴 void

Pull() 공개 메소드

public Pull ( List files, System destPath ) : void
files List
destPath System
리턴 void

Push() 공개 메소드

public Push ( List files, string destPath ) : void
files List
destPath string
리턴 void

Push() 공개 메소드

public Push ( System file, string remote ) : void
file System
remote string
리턴 void

RegisterFileTypeHandler() 공개 메소드

public RegisterFileTypeHandler ( string ext, IFileTypeHandler handler ) : void
ext string
handler IFileTypeHandler
리턴 void

RegisterFileTypeIcon() 공개 메소드

public RegisterFileTypeIcon ( string ext, System smallImage, System largeImage ) : void
ext string
smallImage System
largeImage System
리턴 void

RegisterFileTypeIconHandler() 공개 메소드

public RegisterFileTypeIconHandler ( string ext, IFileTypeIconHandler handler ) : void
ext string
handler IFileTypeIconHandler
리턴 void

RunnerPluginHost() 공개 메소드

public RunnerPluginHost ( String device ) : System
device String
리턴 System

SetDeviceFriendlyName() 공개 메소드

public SetDeviceFriendlyName ( string device, string name ) : void
device string
name string
리턴 void

ShowCommandBox() 공개 메소드

public ShowCommandBox ( string title, string main, string content, string expandedInfo, string footer, string verification, string buttons, bool showCancel, System icon, System footerIcon ) : int
title string
main string
content string
expandedInfo string
footer string
verification string
buttons string
showCancel bool
icon System
footerIcon System
리턴 int

Uninstall() 공개 메소드

public Uninstall ( string package ) : void
package string
리턴 void

UnregisterFileTypeHandler() 공개 메소드

public UnregisterFileTypeHandler ( string ext, IFileTypeHandler handler ) : void
ext string
handler IFileTypeHandler
리턴 void