C# Class DroidExplorer.Plugins.ScreenShot

Inheritance: DroidExplorer.Core.Plugins.BasePlugin
ファイルを表示 Open project: camalot/droidexplorer

Private Properties

Property Type Description
CommandRunner_DeviceStateChanged void

Public Methods

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

ScreenShot ( IPluginHost host ) : System

Initializes a new instance of the ScreenShot class.

Private Methods

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

Handles the DeviceStateChanged event of the CommandRunner control.

Method Details

CreateToolStripButton() public method

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

CreateToolStripMenuItem() public method

Creates the tool strip menu item.
public CreateToolStripMenuItem ( ) : ToolStripItem
return System.Windows.Forms.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
return void

ScreenShot() public method

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