C# Class DroidExplorer.Plugins.FlashRecovery

Inheritance: DroidExplorer.Core.Plugins.BasePlugin
Datei anzeigen Open project: camalot/droidexplorer

Private Properties

Property Type Description

Public Methods

Method Description
CommandRunner_DeviceStateChanged ( object sender, DeviceEventArgs e ) : void

Handles the DeviceStateChanged event of the CommandRunner control.

CreateToolStripButton ( ) : ToolStripItem

Creates the tool strip button.

CreateToolStripMenuItem ( ) : ToolStripItem

Creates the tool strip menu item.

Execute ( IPluginHost pluginHost, DroidExplorer currentDirectory, string args ) : void

Executes the specified plugin host.

FlashRecovery ( IPluginHost host ) : System

Initializes a new instance of the FlashRecovery class.

Method Details

CommandRunner_DeviceStateChanged() public method

Handles the DeviceStateChanged event of the CommandRunner control.
public CommandRunner_DeviceStateChanged ( object sender, DeviceEventArgs e ) : void
sender object The source of the event.
e DeviceEventArgs The instance containing the event data.
return void

CreateToolStripButton() public method

Creates the tool strip button.
public CreateToolStripButton ( ) : ToolStripItem
return ToolStripItem

CreateToolStripMenuItem() public method

Creates the tool strip menu item.
public CreateToolStripMenuItem ( ) : ToolStripItem
return ToolStripItem

Execute() public method

Executes the specified plugin host.
public Execute ( IPluginHost pluginHost, DroidExplorer currentDirectory, string args ) : void
pluginHost IPluginHost The plugin host.
currentDirectory DroidExplorer The current directory.
args string The args.
return void

FlashRecovery() public method

Initializes a new instance of the FlashRecovery class.
public FlashRecovery ( IPluginHost host ) : System
host IPluginHost The host.
return System