previous      content      next
Memory snapshot

Memory snapshots are available for .NET 2.0 or newer.

A memory snapshot represents the memory state of the profiled application at the moment it was captured. It contains information about all loaded classes, about all existing objects, and about references between objects.

Also, the snapshot contains values of primitive types (System.Int16, System.Char, System.Boolean etc.) stored in fields and array elements. Read more.

How to capture a memory snapshot

previous      content      next