Method | Description | |
---|---|---|
Add ( Interfaces pluginToAdd ) : void |
Add a Plugin to the collection of Available plugins
|
|
Find ( string pluginNameOrPath ) : Interfaces.IAvailablePlugin |
Finds a plugin in the available Plugins
|
|
Remove ( Interfaces pluginToRemove ) : void |
Remove a Plugin to the collection of Available plugins
|
public Add ( Interfaces pluginToAdd ) : void | ||
pluginToAdd | Interfaces | The Plugin to Add |
return | void |
public Find ( string pluginNameOrPath ) : Interfaces.IAvailablePlugin | ||
pluginNameOrPath | string | The name or File path of the plugin to find |
return | Interfaces.IAvailablePlugin |
public Remove ( Interfaces pluginToRemove ) : void | ||
pluginToRemove | Interfaces | The Plugin to Remove |
return | void |