C# Class Motion.PlugIns.AvailablePlugins

Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode 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 méthode

Add a Plugin to the collection of Available plugins
public Add ( AvailablePlugin p ) : void
p AvailablePlugin
Résultat void

Find() public méthode

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

Remove() public méthode

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