Is there an event fired when a .NET collectable assembly is garbage collected (e.g. an Assembly emitted with RunAndCollect). Something like AppDomain.AssemblyLoad Event?
Asked
Active
Viewed 59 times
0
-
Does this answer your question? [Are there any events that tell an application when garbage collection has occurred?](https://stackoverflow.com/questions/622276/are-there-any-events-that-tell-an-application-when-garbage-collection-has-occurr) – Joel Jan 27 '20 at 11:25
-
I'm looking for specifically assembly garbage collections, not just all garbage collections – Nick Jan 27 '20 at 15:14