C# Class DroidExplorer.Plugins.ScreenShot

Inheritance: DroidExplorer.Core.Plugins.BasePlugin
Afficher le fichier Open project: camalot/droidexplorer

Private Properties

Свойство Type Description
CommandRunner_DeviceStateChanged void

Méthodes publiques

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

Méthode Description
CommandRunner_DeviceStateChanged ( object sender, DeviceEventArgs e ) : void

Handles the DeviceStateChanged event of the CommandRunner control.

Method Details

CreateToolStripButton() public méthode

Creates the tool strip button.
public CreateToolStripButton ( ) : ToolStripItem
Résultat System.Windows.Forms.ToolStripItem

CreateToolStripMenuItem() public méthode

Creates the tool strip menu item.
public CreateToolStripMenuItem ( ) : ToolStripItem
Résultat System.Windows.Forms.ToolStripItem

Execute() public méthode

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

ScreenShot() public méthode

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