C# Class Types.AvailablePlugins

Inheritance: System.Collections.CollectionBase
Show file Open project: d2phap/ImageGlass

Public Methods

Method Description
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

Method Details

Add() public method

Add a Plugin to the collection of Available plugins
public Add ( Types pluginToAdd ) : void
pluginToAdd Types The Plugin to Add
return void

Find() public method

Finds a plugin in the available Plugins
public Find ( string pluginNameOrPath ) : Types.AvailablePlugin
pluginNameOrPath string The name or File path of the plugin to find
return Types.AvailablePlugin

Remove() public method

Remove a Plugin to the collection of Available plugins
public Remove ( Types pluginToRemove ) : void
pluginToRemove Types The Plugin to Remove
return void