Addin Class Members
The following tables list the members exposed by Addin.
Public Properties
Name | Description | |
---|---|---|
Assembly | Assembly containing the Addin | |
CanStart | Get whether the addin implements interface and can be started. | |
Description | Addin Description | |
IAddinInterfaceObject | Gets the objects which implements the addin IAddin interface | |
IAddinTtyInterfaceObject | Gets the objects which implements the addin IAddinTty interface | |
IsStarted | Get whether the addins Start method has been called. | |
Name | Addin Name |
Public Methods
Name | Description | |
---|---|---|
Start | Calls the Start method on the Addin | |
Stop | Calls the Stop method on the Addin interface |
See Also