C# 클래스 DroidExplorer.Plugins.ApkExtension

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

ApkExtension() 공개 메소드

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

Execute() 공개 메소드

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

GetKeyName() 공개 메소드

public GetKeyName ( Core file ) : string
file Core
리턴 string

GetLargeImage() 공개 메소드

public GetLargeImage ( Core file ) : Image
file Core
리턴 System.Drawing.Image

GetListViewItem() 공개 메소드

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

GetSmallImage() 공개 메소드

public GetSmallImage ( Core file ) : Image
file Core
리턴 System.Drawing.Image

Open() 공개 메소드

public Open ( Core file ) : void
file Core
리턴 void