AVEVA CAF API Documenation


AddinManager Class Methods

For a list of all members of this type, see AddinManager members.

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
See Also