Oct 15 2002

Dan Lyke’s .NET GC Woes

Published by Ian Davis at 1:57 am under Uncategorized and tagged as

It looks like Dan Lyke is having some problems with garbage collection under .NET: it would be nice if one could do something like ctrl.Image.Dispose(); ctrl.Image=null rather than temp=ctrl.Image; ctrl.Image=null; temp.Dispose() without causing the runtime environment to give one the hairy eyeball.

Comments Off

Comments are automatically turned off two weeks after the original post. If you have a question concerning the content of this post, please feel free to contact me.