# ManagedObjects

> Specifies that the entire managed heap and all the data needed to parse it should be captured as part of the Memory Snapshot.

## Definition

* **Type:** Field
* **Namespace:** [Unity.Profiling.Memory](/engine/6000.6/script-reference/unity/profiling/memory.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
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.
