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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top