C# Class DroidExplorer.Plugins.PictureExtension

Inheritance: DroidExplorer.Core.Plugins.BasePlugin, IFileTypeHandler, IFileTypeIconHandler
Afficher le fichier Open project: camalot/droidexplorer

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

GetKeyName() public méthode

Gets the name of the key.
public GetKeyName ( Core file ) : string
file Core The file.
Résultat string

GetLargeImage() public méthode

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

GetListViewItem() public méthode

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

GetSmallImage() public méthode

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

Open() public méthode

Opens the specified file.
public Open ( Core file ) : void
file Core The file.
Résultat void

PictureExtension() public méthode

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