-
Notifications
You must be signed in to change notification settings - Fork 75
Memory
fremag edited this page Dec 30, 2016
·
1 revision
Dump files contains a lot of informations about memory and its structure:
- Modules: displays loaded modules
- Clr Roots: list of instances starting the retention graphs
- Finalizer: instances collected but waiting for the finalizer
- Handles: informations about GC handles
- Segments: display memory segments and their type (large objects)
- Regions: display the structure of CLR memory
MemoScope: Introduction - Dump a process