AppDomain memory usage

  • Thread starter Thread starter william.w.oneill
  • Start date Start date
W

william.w.oneill

How do you determine the memory usage of an AppDomain? I am looking
for something like System.Diagnostics.Process.PrivateMemorySize64 but
using an AppDomain rather than a process.

Thank you,
Bill
 
Bill,

I don't think you can. AFAIK the performance counter measurements are
for the process level, and not more granular.
 
Back
Top