Property | Type | Description | |
---|---|---|---|
CommandRunner_DeviceStateChanged | void |
Method | Description | |
---|---|---|
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.
|
|
ScreenShot ( IPluginHost host ) : System |
Initializes a new instance of the ScreenShot class.
|
Method | Description | |
---|---|---|
CommandRunner_DeviceStateChanged ( object sender, |
Handles the DeviceStateChanged event of the CommandRunner control.
|
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 | |
return | void |
public ScreenShot ( IPluginHost host ) : System | ||
host | IPluginHost | The host. |
return | System |