-
.Net AddIn Framework structure
1 CommentComponent
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:
-
1 Comment:
Leave a comment
Your email address will not be published.
Federico Boerr’s Blog » .Net AddIn Framework: Concurrency problem said on June 19, 2008:
[...] .Net System.AddIn framework in an environment that needs to handle concurrency may be a bad [...]