C# 클래스 DroidExplorer.Plugins.ScreenShot

상속: DroidExplorer.Core.Plugins.BasePlugin
파일 보기 프로젝트 열기: camalot/droidexplorer

Private Properties

프로퍼티 타입 설명
CommandRunner_DeviceStateChanged void

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
CommandRunner_DeviceStateChanged ( object sender, DeviceEventArgs e ) : void

Handles the DeviceStateChanged event of the CommandRunner control.

메소드 상세

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
리턴 void

ScreenShot() 공개 메소드

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