ManagedObjects
Specifies that the entire managed heap and all the data needed to parse it should be captured as part of the Memory Snapshot.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Field
- Namespace: Unity.Profiling.Memory
- Assembly: UnityEngine.CoreModule
ManagedObjects = 1
Remarks
This includes the managed Types and their field information and connections from Native Objects to Managed Objects.
Corresponds to the ManagedHeapSections, ManagedStacks, Connections, TypeDescriptions fields in a Memory Snapshot.