Best way to create a plugin environment in .NET

后端 未结 4 1717
广开言路
广开言路 2020-12-28 09:54

I read this aricle How to load plugins in .NET?, and I really don\'t see the brilliance of Microsoft\'s System.Addin namespace. Why can\'t I just have a plugins folder in my

4条回答
  •  醉酒成梦
    2020-12-28 10:19

    Look at Microsoft's Managed Extensibilty Framework; the code is open sourced so you could use it a basis to write your own, or you could just use MEF directly.

提交回复
热议问题