On 9/5/07, Patrick Steele <[EMAIL PROTECTED]> wrote: > > No. The garbage collector handles that for you. If you're utilizing > unmanaged resources (files handles, windows handles, etc...), implement > the > IDisposable interface to make sure you release the resources.
GC.Collect should do the trick, but it's generally not recommended. Why do you want to do it yourself? > I would have the same question. -- Steve Johnson =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com