Get memory profile data in .NET.

How does the dotMemory tool collect detailed memory usage data, including the number of objects in memory, their types, and their actual data?

Is it possible to get this information using code in .NET or is some kind of unmanaged low-level approach required?

+4
source share
1 answer

dotMemory unconditionally use profiling APIs to gather information

+3
source

All Articles