Click or drag to resize

IPlugInCommonBase Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.plugins.core.IPlugInCommonBase"]

Namespace:  imbWEM.Core.plugins.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public interface IPlugInCommonBase : IObjectWithNameAndDescription, 
	IObjectWithDescription, IObjectWithName, IAcePluginBase

The IPlugInCommonBase type exposes the following members.

Properties
  NameDescription
Public propertyconsoleHost
Public propertyconsolePlugin
Public propertydescription (Inherited from IObjectWithDescription.)
Public propertyINSTALL_POINTS
Public propertyinstanceName (Inherited from IAcePluginBase.)
Public propertyIsEnabled
Gets a value indicating whether this instance is enabled.
Public propertyname (Inherited from IObjectWithName.)
Public propertyplugin_group
Top
Methods
  NameDescription
Public methodDispose
Releases unmanaged and - optionally - managed resources.
Public methodeventPluginInstalled
Events the plugin installed --- when new spider instance being constructed
Top
See Also