c# - How to tell the number of Application Domains created in a .Net application? -


this question has answer here:

i have .net (c#) process , want able tell number of appdomains have been created.

how can this?

you can't, , doesn't make sense. how these appdomains being created? if have control on this, can add counter, or add them global collection.


Comments