Login
Roast topics
Find topics
Find it!
From:
minidump.net
(Uncensored)
subscribe
Writing a .NET profiler in C# — Part 2
https://minidump.net/writing-a-net-profiler-in-c-part-2-8039da001e43/
links
backlinks
Roast topics
Find topics
Roast it!
Part 2 of the series about using NativeAOT to write a .NET profiler in C#, learning many things about native interop in the process. In this part, we improve the code from the previous article by using instance methods instead of static methods.