Метод | Описание | |
---|---|---|
Add ( Types pluginToAdd ) : void |
Add a Plugin to the collection of Available plugins
|
|
Find ( string pluginNameOrPath ) : Types.AvailablePlugin |
Finds a plugin in the available Plugins
|
|
Remove ( Types pluginToRemove ) : void |
Remove a Plugin to the collection of Available plugins
|
public Add ( Types pluginToAdd ) : void | ||
pluginToAdd | Types | The Plugin to Add |
Результат | void |
public Find ( string pluginNameOrPath ) : Types.AvailablePlugin | ||
pluginNameOrPath | string | The name or File path of the plugin to find |
Результат | Types.AvailablePlugin |
public Remove ( Types pluginToRemove ) : void | ||
pluginToRemove | Types | The Plugin to Remove |
Результат | void |