如何找出 MEF 中未加载的内容

发布于 2024-10-21 01:56:29 字数 106 浏览 2 评论 0原文

我有一个类,我输入了具体的类,而不是注册的接口。

有没有办法在 Visual Studio 中调试这种事情?

我真的不想使用 mefx,因为当我尝试它时它似乎崩溃了。

I had a class and I typed in the concrete class rather then the interface that was registered.

Is there a way to debug this sort of thing in visual studio?

I don't really want to use mefx because it seemed to crash on me when I tried it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

安静被遗忘 2024-10-28 01:56:29

我认为 Daniel Plaisted 关于该主题的帖子 很好地涵盖了这一点。如果您不喜欢 mefx,则可以在调试器的输出窗口中检查拒绝跟踪,或者可以使用组合诊断程序集自行打印组合信息。

I think Daniel Plaisted's post on that topic covered it pretty well. If you don't like mefx, you can examine the rejection trace in the debugger's output window, or you can use the composition diagnostics assembly to print the composition information yourself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文