Is it possible to extend Intellitrace events?

In particular, what I would like to do is to raise new events from my applications and libraries, similar to those shown by ADO.NET.

Real life scenario: a patch for NHibernate that shows completed requests even when they are cached (and therefore do not reach the ADO.NET level)

I found a lot of documentation about using Intellitrace and intellitrace, but no one reported it.

Is it possible? Or is everything hardcoded into the guts of VS?

+5
source share
1 answer

Look at this example to see how you can define your own IntelliTrace events.

+2

All Articles