C# Class DroidExplorer.Runner.RunnerPluginHost

Inheritance: IPluginHost
Afficher le fichier Open project: camalot/droidexplorer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetDeviceFriendlyName ( string device ) : string
device string
Résultat string

GetHostControl() public méthode

public GetHostControl ( ) : System.Windows.Forms.Control
Résultat System.Windows.Forms.Control

GetHostWindow() public méthode

public GetHostWindow ( ) : System.Windows.Forms.IWin32Window
Résultat System.Windows.Forms.IWin32Window

Install() public méthode

public Install ( System file ) : void
file System
Résultat void

MessageBox() public méthode

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
Résultat System.Windows.Forms.DialogResult

Navigate() public méthode

public Navigate ( Core path ) : void
path Core
Résultat void

Pull() public méthode

public Pull ( Core remoteFile, System destFile ) : void
remoteFile Core
destFile System
Résultat void

Pull() public méthode

public Pull ( List files, System destPath ) : void
files List
destPath System
Résultat void

Pull() public méthode

public Pull ( List files, System destPath ) : void
files List
destPath System
Résultat void

Push() public méthode

public Push ( List files, string destPath ) : void
files List
destPath string
Résultat void

Push() public méthode

public Push ( System file, string remote ) : void
file System
remote string
Résultat void

RegisterFileTypeHandler() public méthode

public RegisterFileTypeHandler ( string ext, IFileTypeHandler handler ) : void
ext string
handler IFileTypeHandler
Résultat void

RegisterFileTypeIcon() public méthode

public RegisterFileTypeIcon ( string ext, System smallImage, System largeImage ) : void
ext string
smallImage System
largeImage System
Résultat void

RegisterFileTypeIconHandler() public méthode

public RegisterFileTypeIconHandler ( string ext, IFileTypeIconHandler handler ) : void
ext string
handler IFileTypeIconHandler
Résultat void

RunnerPluginHost() public méthode

public RunnerPluginHost ( String device ) : System
device String
Résultat System

SetDeviceFriendlyName() public méthode

public SetDeviceFriendlyName ( string device, string name ) : void
device string
name string
Résultat void

ShowCommandBox() public méthode

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
Résultat int

Uninstall() public méthode

public Uninstall ( string package ) : void
package string
Résultat void

UnregisterFileTypeHandler() public méthode

public UnregisterFileTypeHandler ( string ext, IFileTypeHandler handler ) : void
ext string
handler IFileTypeHandler
Résultat void