C# Class Motion.PlugIns.AvailablePlugins

Inheritance: System.Collections.CollectionBase
ファイルを表示 Open project: zhuangyy/Motion

Public Methods

Method Description
Add ( AvailablePlugin p ) : void

Add a Plugin to the collection of Available plugins

Find ( string pluginNameOrPath ) : AvailablePlugin

Finds a plugin in the available Plugins

Remove ( AvailablePlugin p ) : 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 ( AvailablePlugin p ) : void
p AvailablePlugin
return void

Find() public method

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

Remove() public method

Remove a Plugin to the collection of Available plugins
public Remove ( AvailablePlugin p ) : void
p AvailablePlugin
return void