list all the threads for an AppDomain

  • Thread starter Thread starter Mike Schilling
  • Start date Start date
M

Mike Schilling

Is there any way to list all the threads currently running for an AppDomain,
or even for a process?

That is, having caught a CannotUnloadAppDomainException telling you that
some threads are still active, what do you do to figure out which they are?
 

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