|
-
Feb 16th, 2006, 11:48 AM
#2
Re: setting objects to nothing
well you can just say
But its only of any use if the object your using is global. The object will automatically be set to nothing when out of scope (end of sub or dispose of a class). Some members can be disposed manually, usually obj.dispose but using .Net its hardly worth doing. Its clever enough to know when to keep and when to release an objects memory.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|