C# 클래스 DroidExplorer.Plugins.PictureExtension

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

공개 메소드들

메소드 설명
Execute ( IPluginHost pluginHost, Core currentDirectory, string args ) : void

Executes the specified plugin host.

GetKeyName ( Core file ) : string

Gets the name of the key.

GetLargeImage ( Core file ) : System.Drawing.Image

Gets the large image.

GetListViewItem ( FileSystemInfo fsi ) : System.Windows.Forms.ListViewItem

Gets the ListView item.

GetSmallImage ( Core file ) : System.Drawing.Image

Gets the small image.

Open ( Core file ) : void

Opens the specified file.

PictureExtension ( IPluginHost host ) : System

Initializes a new instance of the Shell class.

메소드 상세

Execute() 공개 메소드

Executes the specified plugin host.
public Execute ( IPluginHost pluginHost, Core currentDirectory, string args ) : void
pluginHost IPluginHost The plugin host.
currentDirectory Core The current directory.
args string The arguments.
리턴 void

GetKeyName() 공개 메소드

Gets the name of the key.
public GetKeyName ( Core file ) : string
file Core The file.
리턴 string

GetLargeImage() 공개 메소드

Gets the large image.
public GetLargeImage ( Core file ) : System.Drawing.Image
file Core The file.
리턴 System.Drawing.Image

GetListViewItem() 공개 메소드

Gets the ListView item.
public GetListViewItem ( FileSystemInfo fsi ) : System.Windows.Forms.ListViewItem
fsi DroidExplorer.Core.IO.FileSystemInfo The fsi.
리턴 System.Windows.Forms.ListViewItem

GetSmallImage() 공개 메소드

Gets the small image.
public GetSmallImage ( Core file ) : System.Drawing.Image
file Core The file.
리턴 System.Drawing.Image

Open() 공개 메소드

Opens the specified file.
public Open ( Core file ) : void
file Core The file.
리턴 void

PictureExtension() 공개 메소드

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