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?
source
share