Kevin Gosse 1/11/2023

Writing a .NET profiler in C#  —  Part 2

Read Original

This article is Part 2 of a series on writing a .NET profiler in C#. It delves into advanced techniques for mapping COM object layouts to actual .NET class instances to manage state across multiple instances. The content includes detailed code examples using UnmanagedCallersOnly, native memory allocation, and implementing IClassFactory interfaces for profiling APIs.

Writing a .NET profiler in C#  —  Part 2

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