![](../icons/BSI-Logo-75px.png) | IMACEPlugIn Interface |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Methods implemented by the plug for system management.
Namespace:
BSI.MACE.PlugInNS
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntaxpublic interface IMACEPlugIn
Public Interface IMACEPlugIn
The IMACEPlugIn type exposes the following members.
Properties
| Name | Description |
---|
![Public property Public property](../icons/pubproperty.gif) | Name |
Gets the text name identifier of this plug-in.
|
Top
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | Close |
Shutdown the plug-in.
|
![Public method Public method](../icons/pubmethod.gif) | Initialize |
Run the plug-in. Called by the host after in MACE initialization
|
![Public method Public method](../icons/pubmethod.gif) | Show |
Show the dialog, if any, associated with this plug-in.
|
Top
See Also