C# Класс PluginManager.AvailablePlugins

Collection for AvailablePlugin Type
Наследование: System.Collections.CollectionBase, Interfaces.IAvailablePlugins
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Add() публичный Метод

Add a Plugin to the collection of Available plugins
public Add ( Interfaces pluginToAdd ) : void
pluginToAdd Interfaces The Plugin to Add
Результат void

Find() публичный Метод

Finds a plugin in the available Plugins
public Find ( string pluginNameOrPath ) : Interfaces.IAvailablePlugin
pluginNameOrPath string The name or File path of the plugin to find
Результат Interfaces.IAvailablePlugin

Remove() публичный Метод

Remove a Plugin to the collection of Available plugins
public Remove ( Interfaces pluginToRemove ) : void
pluginToRemove Interfaces The Plugin to Remove
Результат void