I was fairly sure that I had read (in Richter's C# book) that objects that implement IDisposable and/or which have a Finalizer live until Generation 2. However, I can't find the reference, and my test application doesn't seem to support my belief.
Can anyone else confirm/deny?