Method GetPluginByFilename
GetPluginByFilename(string)
Returns plugin which has a given filename, or null of no
plugin with the filename is loaded in the application.
Declaration
public Appli.Plugin GetPluginByFilename(string pluginFilename)Parameters
| Type | Name | Description | 
|---|---|---|
| string | pluginFilename | Filename of a plugin, with extension and without path. | 
Returns
| Type | Description | 
|---|---|
| Appli.Plugin | The plugin or  |