How to get the start memory location of a process in c#
I have been doing this, but do not know
Process currentProcess = System.Diagnostics.Process.GetCurrentProcess();
long totalBytesOfMemoryUsed = currentProcess.WorkingSet64;
currentProcess.ProcessName
currentProcess.PrivateMemorySize
currentProcess.VirtualMemorySize