S
Steve
I instantiate a form and within that form I instatiate an object from a
class i created.
When i close the form it is no longer referenced anywhere so my
understanding is that the
garbage collector will take care of it and no memory leakage will occur.
I presume in this scenario that the object that was created in the form
is also now not referenced
anywhere and will also be taken care of by the garbage collector.
This is all presumption on my part as i have been unable to find
documentation.
Can anyone confirm that my premise is correct?
rgds,Steve
class i created.
When i close the form it is no longer referenced anywhere so my
understanding is that the
garbage collector will take care of it and no memory leakage will occur.
I presume in this scenario that the object that was created in the form
is also now not referenced
anywhere and will also be taken care of by the garbage collector.
This is all presumption on my part as i have been unable to find
documentation.
Can anyone confirm that my premise is correct?
rgds,Steve