Property | Type | Description |
---|
Method | Description | |
---|---|---|
CommandRunner_DeviceStateChanged ( object sender, |
Handles the DeviceStateChanged event of the CommandRunner control.
|
|
CreateToolStripButton ( ) : |
Creates the tool strip button.
|
|
CreateToolStripMenuItem ( ) : |
Creates the tool strip menu item.
|
|
Execute ( IPluginHost pluginHost, DroidExplorer currentDirectory, string args ) : void |
Executes the specified plugin host.
|
|
Installer ( IPluginHost host ) : System |
Initializes a new instance of the Installer class.
|
public CommandRunner_DeviceStateChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
public CreateToolStripButton ( ) : |
||
return |
public CreateToolStripMenuItem ( ) : |
||
return |
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 |
public Installer ( IPluginHost host ) : System | ||
host | IPluginHost | The host. |
return | System |