C# Class DroidExplorer.Plugins.ApkExtension

Inheritance: DroidExplorer.Core.Plugins.BasePlugin, IFileTypeIconHandler
ファイルを表示 Open project: camalot/droidexplorer

Private Properties

Property Type Description

Public Methods

Method Description
ApkExtension ( IPluginHost host ) : System

Initializes a new instance of the Shell class.

Execute ( IPluginHost pluginHost, Core currentDirectory, string args ) : void
GetKeyName ( Core file ) : string
GetLargeImage ( Core file ) : Image
GetListViewItem ( FileSystemInfo fsi ) : System.Windows.Forms.ListViewItem
GetSmallImage ( Core file ) : Image
Open ( Core file ) : void

Method Details

ApkExtension() public method

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

Execute() public method

public Execute ( IPluginHost pluginHost, Core currentDirectory, string args ) : void
pluginHost IPluginHost
currentDirectory Core
args string
return void

GetKeyName() public method

public GetKeyName ( Core file ) : string
file Core
return string

GetLargeImage() public method

public GetLargeImage ( Core file ) : Image
file Core
return System.Drawing.Image

GetListViewItem() public method

public GetListViewItem ( FileSystemInfo fsi ) : System.Windows.Forms.ListViewItem
fsi DroidExplorer.Core.IO.FileSystemInfo
return System.Windows.Forms.ListViewItem

GetSmallImage() public method

public GetSmallImage ( Core file ) : Image
file Core
return System.Drawing.Image

Open() public method

public Open ( Core file ) : void
file Core
return void