CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: eclipsed4utoo

Search: Search took 0.03 seconds.

  1. Re: how to release the resources of XmlDocument

    correct. that's what the GC is there for.
  2. Re: how to release the resources of XmlDocument

    Why would you "wait" for it? Are you running code that depends on what the memory usage is?
  3. Re: how to release the resources of XmlDocument

    The Garbage Collector runs when it sees fit. It does not run at specific times and does not run after a method is called....

    http://msdn.microsoft.com/en-us/library/0xy59wtx.aspx
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured