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

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

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

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