J John Smith Mar 27, 2008 #1 Does .Net has garbage collector or I have to free (Set myVariable = Nothing) each object I created with "New"?
Does .Net has garbage collector or I have to free (Set myVariable = Nothing) each object I created with "New"?
M Mick Wilson Mar 27, 2008 #2 Does .Net has garbage collector or I have to free (Set myVariable = Nothing) each object I created with "New"? Click to expand... ..Net has a garbage collector. http://msdn2.microsoft.com/en-us/library/ms973837.aspx
Does .Net has garbage collector or I have to free (Set myVariable = Nothing) each object I created with "New"? Click to expand... ..Net has a garbage collector. http://msdn2.microsoft.com/en-us/library/ms973837.aspx