is there a way to get, for debuging purpose, a list of needed RAM for all my objects incl. sub-objects and so on, written to a text-file?
I need to get these values while running in production mode without visual studio running. For example every x minutes. Is this possible? How can I do that?
Thank you very much in advance,
Chris
You can use JetBrains DotTrace to do the memory profiling. Its only 30 days trial but what a great tool to navigate through specific in-memory objects.