Castle Interceptor Live Cycle and Memory Leak

Posted by ktutnik on Stack Overflow See other posts from Stack Overflow or by ktutnik
Published on 2010-06-18T07:56:25Z Indexed on 2010/06/18 8:33 UTC
Read the original article Hit count: 346

Filed under:
|

Hello all,

im new to castle dynamic proxy, and a bit curious..

when creating proxy of my object i save all the original value of its property on the interceptor (class scope) using dictionary and return the new value. now i wandering, when will this data get collected by GC?? can i control it or depends on the interceptor live cycle?

Regards Kin

© Stack Overflow or respective owner

Related posts about c#

Related posts about castle-dynamicproxy