Hi,<br><br>I need to be sure: would the GC collect an object that is still reachable through a void* pointer ?<br><br>Also, is there a big difference between casting from Object to T and casting from void* to T* ?<br>I mean in term of speed. It looks like could be the same difference as between C++'s dynamic_cast and static_cast but i'd like to be sure as well.<br>

<br>Thanks in advance,<br><br>Nical<br>