C# Class DroidExplorer.Runner.RunnerPluginHost

Inheritance: IPluginHost
ファイルを表示 Open project: camalot/droidexplorer Class Usage Examples

Public Methods

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

Method Details

GetDeviceFriendlyName() public method

public GetDeviceFriendlyName ( string device ) : string
device string
return string

GetHostControl() public method

public GetHostControl ( ) : System.Windows.Forms.Control
return System.Windows.Forms.Control

GetHostWindow() public method

public GetHostWindow ( ) : System.Windows.Forms.IWin32Window
return System.Windows.Forms.IWin32Window

Install() public method

public Install ( System file ) : void
file System
return void

MessageBox() public method

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
return System.Windows.Forms.DialogResult

Navigate() public method

public Navigate ( Core path ) : void
path Core
return void

Pull() public method

public Pull ( Core remoteFile, System destFile ) : void
remoteFile Core
destFile System
return void

Pull() public method

public Pull ( List files, System destPath ) : void
files List
destPath System
return void

Pull() public method

public Pull ( List files, System destPath ) : void
files List
destPath System
return void

Push() public method

public Push ( List files, string destPath ) : void
files List
destPath string
return void

Push() public method

public Push ( System file, string remote ) : void
file System
remote string
return void

RegisterFileTypeHandler() public method

public RegisterFileTypeHandler ( string ext, IFileTypeHandler handler ) : void
ext string
handler IFileTypeHandler
return void

RegisterFileTypeIcon() public method

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

RegisterFileTypeIconHandler() public method

public RegisterFileTypeIconHandler ( string ext, IFileTypeIconHandler handler ) : void
ext string
handler IFileTypeIconHandler
return void

RunnerPluginHost() public method

public RunnerPluginHost ( String device ) : System
device String
return System

SetDeviceFriendlyName() public method

public SetDeviceFriendlyName ( string device, string name ) : void
device string
name string
return void

ShowCommandBox() public method

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

Uninstall() public method

public Uninstall ( string package ) : void
package string
return void

UnregisterFileTypeHandler() public method

public UnregisterFileTypeHandler ( string ext, IFileTypeHandler handler ) : void
ext string
handler IFileTypeHandler
return void