C# Класс DroidExplorer.Plugins.Installer

Наследование: DroidExplorer.Core.Plugins.BasePlugin
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Installer ( IPluginHost host ) : System

Initializes a new instance of the Installer class.

Описание методов

CommandRunner_DeviceStateChanged() публичный Метод

Handles the DeviceStateChanged event of the CommandRunner control.
public CommandRunner_DeviceStateChanged ( object sender, DeviceEventArgs e ) : void
sender object The source of the event.
e DroidExplorer.Core.DeviceEventArgs The instance containing the event data.
Результат void

CreateToolStripButton() публичный Метод

Creates the tool strip button.
public CreateToolStripButton ( ) : ToolStripItem
Результат System.Windows.Forms.ToolStripItem

CreateToolStripMenuItem() публичный Метод

Creates the tool strip menu item.
public CreateToolStripMenuItem ( ) : ToolStripItem
Результат System.Windows.Forms.ToolStripItem

Execute() публичный Метод

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.
Результат void

Installer() публичный Метод

Initializes a new instance of the Installer class.
public Installer ( IPluginHost host ) : System
host IPluginHost The host.
Результат System