C# Class DroidExplorer.Plugins.PictureExtension

Inheritance: DroidExplorer.Core.Plugins.BasePlugin, IFileTypeHandler, IFileTypeIconHandler
Exibir arquivo Open project: camalot/droidexplorer

Public Methods

Method Description
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.

Method Details

Execute() public method

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.
return void

GetKeyName() public method

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

GetLargeImage() public method

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

GetListViewItem() public method

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

GetSmallImage() public method

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

Open() public method

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

PictureExtension() public method

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