microsoft / CLRInstrumentationEngine

The CLR Instrumentation Engine is a cooperation profiler that allows running multiple profiling extensions in the same process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix design doc around "AddInstrumentationMethod"

delmyers opened this issue · comments

The current documentation is misleading in that it makes it seem as though you can late-bind instrumentation methods via code, which is not currently supported.