AVEVA CAF API Documenation
Properties  Methods  Events

Aveva.ApplicationFramework Namespace : IAddinManager Interface
IAddinManager Interface Members

The following tables list the members exposed by IAddinManager.

Public Properties
 NameDescription
 Property Returns collection of Addin objects  
Top
Public Methods
 NameDescription
 Method Return addin defined in assembly  
 Method Returns an InterfaceAddin give a name  
 Method Returns an InterfaceAddin give a name  
 Method Loads the Addin defined in the specified assembly  
 Method This method will attempt to load all the addins that are defined in the XML file called 'Application.Name'Addins.xml located in the same directory as the application executable.  
 Method This method will attempt to load just the tty addins that are defined in the XML file called 'Application.Name'Addins.xml located in the same directory as the application executable.  
 Method This method iterates through the Addins collection and calls the Start method on each of the addins.  
 Method This method iterates through the Addins collection and calls the Stop method on each of the addins.  
 Method Stop the given Addin and remove it from the Addins collection  
Top
Public Events
 NameDescription
 Event Event fired when an Addin is loaded  
 Event Fires when all addins loaded  
 Event Event fired when an Addin is started  
 Event Event fired when an Addin is starting  
 Event Event fired when an Addin is unloaded  
Top
See Also