AVEVA CAF API Documenation
Properties  Methods  Events


AddinManager Class Members

The following tables list the members exposed by AddinManager.

Public Properties
 NameDescription
Public Property Returns collection of Addin objects  
Public Propertystatic (Shared in Visual Basic) Returns implementation of this class  
Top
Public Methods
 NameDescription
Public Method Return addin defined in assembly  
Public Method Returns an InterfaceAddin give a name  
Public Method Returns an InterfaceAddin give a name  
Public Method Loads the Addin defined in the specified assembly  
Public 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.  
Public 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.  
Public Method This method iterates through the Addins collection and calls the Start method on each of the addins.  
Public Method This method iterates through the Addins collection and calls the Stop method on each of the addins.  
Public Method Stop the given Addin and remove it from the Addins collection  
Top
Public Events
 NameDescription
Public Event Event fired when an Addin is loaded  
Public Event Fires when all addins loaded  
Public Event Event fired when an Addin is started  
Public Event Event fired when an Addin is starting  
Public Event Event fired when an Addin is unloaded  
Top
See Also