Implementing Plugin Architecture - Dynamic DLL loading

后端 未结 3 429
猫巷女王i
猫巷女王i 2020-12-06 03:07

I\'ve an application which is basically a designer with preloaded controls where you can design your pages using the controls.

I\'m planning to release more and more

3条回答
  •  隐瞒了意图╮
    2020-12-06 03:59

    You should have a look at System.Addin namespace, as it really fits your need. After an addin is developped, you just have to drop it in a folder, and it is available (at runtime) for your application.

    • http://kentb.blogspot.com/2008/06/maf-gymnastics-skeletal-solution.html

    See this question for comparison : Choosing between MEF and MAF (System.AddIn)

提交回复
热议问题