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

Search:

Type: Posts; User: Arjay

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    6,353

    Re: Array Assignment and Memory Management

    Honestly, I'm not up on the exact specifics here. When I design a new class that needs to free up resources, I always implement IDisposable on the class and use a using block. Inside the...
  2. Replies
    7
    Views
    6,353

    Re: Array Assignment and Memory Management

    I believe ObjX will be GC'd, but to be sure you might want to create a test app (and artificially make the ObjX consume a lot of memory) and then profile it using the VS profiler.
  3. Replies
    7
    Views
    6,353

    Re: Array Assignment and Memory Management

    What is the scope of file?
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured