是否可以延长 Intellitrace 事件?
具体来说,我想做的是从我的应用程序和库中引发新事件,类似于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看此示例 查看如何定义您自己的 IntelliTrace 事件。
Check out this example to see how you can define your own IntelliTrace Events.