|
Re: Static Events Used By Static Classes Where is that quotation from? If talking about individual objects, then it
makes sense - since otherwise the static event subscription will prevent the
object from being collected (causing memory to grow, or at least not be
reclaimed). However, long-lived subscriptions will happily die when the
process (exe, etc) dies; at which point all the memory is reclaimed.
If you can post a link to the offending MSDN page, I might be able to give
more info...
Marc |