J
Jack Wright
Dear All,
I have read a few articles on how to dispose objects...but would like
to know more about objects that are given by the FW...
How do I dispose them?
How can I call GC explicitly and make it collect the objects?
Is calling GC efficient?
f.e.x
How do I dispose a hashtable that contains objects?
Will it suffice if it set it to null? Will the GC dispose all the
objects that the hashtable was holding? (Provided these objects are not
being accessed by any other object)
How do I dipose a streamreader?
Is it Ok to call streamreader.close()? or setting it to NULL...
Please help...
Many Regards
Jack
I have read a few articles on how to dispose objects...but would like
to know more about objects that are given by the FW...
How do I dispose them?
How can I call GC explicitly and make it collect the objects?
Is calling GC efficient?
f.e.x
How do I dispose a hashtable that contains objects?
Will it suffice if it set it to null? Will the GC dispose all the
objects that the hashtable was holding? (Provided these objects are not
being accessed by any other object)
How do I dipose a streamreader?
Is it Ok to call streamreader.close()? or setting it to NULL...
Please help...
Many Regards
Jack