![]() Instance | Get instance of addin manager |
Addins | Returns an AddinCollection of Addin objects |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Load | Loads the Addin defined in the specified assembly |
LoadAddins | 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. |
StartAddins | This method iterates through the Addins collection and calls the Start method on each of the addins. |
StopAddins | This method iterates through the Addins collection and calls the Stop method on each of the addins. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Unload | Stop the given Addin and remove it from the Addins collection |
AddinLoaded | Event fired when an Addin is loaded |
AddinStarted | Event fired when an Addin is started |
AddinStarting | Event fired when an Addin is starting |
AddinUnloaded | Event fired when an Addin is unloaded |
AddinManager Class | Aveva.ApplicationFramework Namespace