Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何触发事件或从 MEF 插件调用任何特定函数到/在主机应用程序中,如果您能为此提供任何指导,我将不胜感激。
实际上我是使用 MEF 技术实现带有插件的 C# WPF 应用程序,我可以通过使用接口、导出和导入实现接口以从宿主应用程序调用插件中的函数,但需要触发相反方向的任何函数或事件才能让主机应用程序知道插件内的任何数据更改。
在此先感谢您和问候,Ian R.