I’m trying to measure the RAM usage of a specific application using C# (.NET Framework 4.6.2).
I’ve already done some research and managed to get a result using Process.WorkingSet64,
but the value doesn’t match what I see in Task Manager.
What’s the correct way to get the same value that Task Manager shows in the "Memory" column?
I want to get same value that Task Manager shows
