Method GetPluginPath
| Improve this Doc View SourceGetPluginPath(String)
Gets the full path of a plugin file.
Declaration
protected static string GetPluginPath(string pluginFile)
Parameters
| Type | Name | Description |
|---|---|---|
| String | pluginFile | The name of a plugin file. |
Returns
| Type | Description |
|---|---|
| String | The full path of a plugin file. |
Remarks
If the plugin name does not have the .dll extension, it is added by default.