Poll C# app's memory usage at runtime?
Posted
by maxfridbe
on Stack Overflow
See other posts from Stack Overflow
or by maxfridbe
Published on 2009-01-20T23:55:46Z
Indexed on
2010/04/27
7:53 UTC
Read the original article
Hit count: 313
I have an app that, while running, needs to poll its own memory usage. It would be ideal if it could list out the memory usage for each object instantiated. I know this can be achieved by WMI, but I was hoping for something that doesn't rely on WMI.
© Stack Overflow or respective owner