IKioWareAddin Interface
Provides the basic requirements for a KioWare Addin.
Properties
Type | Signature |
string |
Name
The name of the addin. |
Guid |
UniqueId
The unique identifier of the addin. |
Version |
Version
The version of the addin. |
Methods
Type | Signature |
void |
Load(IKioWareHost host)
Called by KioWare when the addin is expected to intialize itself. |
void |
UnLoad()
Called by KioWare when the addin should unload and release all resources. |