« Memory leaks: WPF application using VisualBrush | Home
| .Net AddIn Framework: Concurrency problem »
.Net AddIn Framework structure
|
Component |
Description |
|
|
The Application that will use the AddIn. |
|
|
Component that runs on the application’s ApplicationDomain. It is the gateway between the application and the addIn. |
|
|
Component that runs on the addIn’s ApplicationDomain. It is the entry point of the addIn. |
|
|
The AddIn that is executed. The call to it is made by the AddIn Adapter. |
For mor information on the AddIn Framework:
↑ Back to Top | Textarea: Larger | Smaller




