|
-
May 5th, 2003, 02:10 AM
#1
Thread Starter
yay gay
Managed heap
The .NET Framework's garbage collector manages the allocation and release of memory for your application. Each time you use the new operator to create an object, the runtime allocates memory for the object from the managed heap.
this means that if i do:
Form form;
it wont be placed in the managedheap?
\m/  \m/
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
|