When querying System.Diagnostics.Process.PrivateMemorySize64 for a 64-bit process from 32-bit process, the maximum value reported is 4294967295 (2^32 - 1), even if actual memory usage of the process is higher. When querying the same information from 64-bit process, the value returned is correct.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results