是否可以延长 Intellitrace 事件?

发布于 2024-10-30 15:27:38 字数 232 浏览 1 评论 0原文

具体来说,我想做的是从我的应用程序和库中引发新事件,类似于 ADO.NET 公开的事件。

现实生活场景:NHibernate 的一个补丁,即使查询已被缓存(因此,不会到达 ADO.NET 层),也会显示已执行的查询。

我发现了很多关于使用 Intellitrace 和 intellitrace 的文档,但没有关于生成它。

这可能吗?或者一切都硬编码在 VS 内部?

Specifically, what I'd like to do is raise new events from my apps and libraries, similar to those exposed by ADO.NET.

Real life scenario: a patch for NHibernate that shows executed queries even when they are cached (and, therefore, don't reach the ADO.NET layer)

I found a lot of documentation about using Intellitrace and intellitrace, but none about generating it.

Is this even possible? Or is everything hardcoded in the guts of VS?

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

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

发布评论

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

评论(1

百善笑为先 2024-11-06 15:27:38

Check out this example to see how you can define your own IntelliTrace Events.

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