I need some clarification on…
… how the CLR — more specifically, the garbage collector — finds the classes which implement the
IDisposable
interface; and… how it calls the
Dispose
method (of all classes which implement theIDisposable
interface) to free up memory?