• .Net AddIn Framework structure

    Published by fboerr on June 19th, 2008 8:10 pm under AddIn

    1 Comment

    Addin Structure 

    Component

    Description

    Application compoment

    The Application that will use the AddIn.

    Host adapter component

    Component that runs on the application’s ApplicationDomain.

    It is the gateway between the application and the addIn.

    AddIn adapter component

    Component that runs on the addIn’s ApplicationDomain.

    It is the entry point of the addIn.

    AddIn component

    The AddIn that is executed.

    The call to it is made by the AddIn Adapter.

     

    For mor information on the AddIn Framework:

  • 1 Comment:

    1. 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 [...]

    Leave a comment

    Your email address will not be published.