Number of appdomains in worker process -
12-02-2007
, 08:05 PM
I want to find the number of app domains loaded in a worker process. I can
use the ".NET CLR Loading - Current appdomains" counter, however all the
worker process instances are named w3wp, w3wp#1, w3wp#2, ...
If I know the PID of the process, is there any way to know which instance it
is? Any way to enumerate all the instances and their associated PID?
Thanks |