G 
		
								
				
				
			
		Guest
I want a way to traverse the objects in Memory Heap in my .NET application.
I used System.GC class but it could only provide me with the function that
returns the memory allocated, but couldn't provide me with the list of all
the alive objects.
Thanks
				
			I used System.GC class but it could only provide me with the function that
returns the memory allocated, but couldn't provide me with the list of all
the alive objects.
Thanks