Assembly: Fore;
Namespace: Prognoz.Platform.Interop.KeFore;
The ISharedPluginsContainer interface is used to work with a plugin container.
ISharedPluginsContainer
To get a plugin container, use the IMetabase.SpecialObject property. Send the MetabaseSpecialObject.SharedParams as a parameter of the property. Obtained object open to read or edit and cast to the ISharedPluginsContainer interface.
Property name | Brief description | |
Plugins | The Plugins property returns an object used to work with plugins. |
See also: