6

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?

Diego Mijelshon
  • 52,548
  • 16
  • 116
  • 154

1 Answers1

3

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

Omer Raviv
  • 11,409
  • 5
  • 43
  • 82
  • 1
    Answers consisting only of a link are prone to link rot. You should include the essential parts of the linked post within your answer. – Knowledge Cube Jun 05 '17 at 15:58