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 ( |
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.
|
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 |
public GetKeyName ( Core file ) : string | ||
file | Core | The file. |
Résultat | string |
public GetLargeImage ( Core file ) : System.Drawing.Image | ||
file | Core | The file. |
Résultat | System.Drawing.Image |
public GetListViewItem ( |
||
fsi | The fsi. | |
Résultat | System.Windows.Forms.ListViewItem |
public GetSmallImage ( Core file ) : System.Drawing.Image | ||
file | Core | The file. |
Résultat | System.Drawing.Image |
public PictureExtension ( IPluginHost host ) : System | ||
host | IPluginHost | The host. |
Résultat | System |