G
Guest
If I call GC.GetTotalMemory() from an ASP.Net application and it returns 3000k as the result...what memory space is being examined? Is it the server's entire system RAM, IIS memory space, my app's memory space, my current session's memory space, the current request, or something else?