ISharedAdhocPlugins.Add

Syntax

Add: ISharedAdhocPlugin;

Description

The Add method adds a new plugin to the collection.

Comments

To remove a certain plugin from the collection, use the ISharedAdhocPlugins.Remove and ISharedAdhocPlugins.RemoveByKey methods, to remove all plugins, use the ISharedAdhocPlugins.Clear method.

Example

The method use is given in the example for ISharedPluginsContainer.Plugins.

See also:

ISharedAdhocPlugins