C# - free all resources used by an object
Posted
by user1112111
on Stack Overflow
See other posts from Stack Overflow
or by user1112111
Published on 2010-05-17T15:44:01Z
Indexed on
2010/05/17
16:00 UTC
Read the original article
Hit count: 159
Is there some way to free all resources used by certain object ?
If not, why wouldn't I use the GC.Collect()
method ?
© Stack Overflow or respective owner