Kevin Gosse 6/10/2023

Writing a .NET profiler in C# — Part 4

Read Original

This technical article is part 4 of a series on writing a .NET profiler in C#. It details how to consume native COM objects, specifically ICorProfilerInfo, by reading vtables and invoking unmanaged function pointers from a managed wrapper. It builds on previous parts covering NativeAOT, fake COM objects, and source generators.

Writing a .NET profiler in C# — Part 4

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes