How to read virtual memory paging file size using 'PagedMemorySize64'
Below are the results of calling GetProcess():
Process p = GetProcess(hostname, processName);
PagedMemorySize = p.PagedMemorySize64.ToString();
480505856
The above figure is in bytes and the conversion to megabytes is 458.24609375 . I got this from using a tool online. What calculation would I use in the program to make this sensible?
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.