# ManagedMemorySectionEntries

> A class that houses MemorySection data, returned by PackedMemorySnapshot.managedHeapSections and managedStacks.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.Profiling.Memory.Experimental](/engine/6000.5/script-reference/unityeditor/profiling/memory/experimental.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** This API is outdated and will be removed. Please check out the Memory Profiler Package ([https://docs.unity3d.com/Packages/com.unity.memoryprofiler@latest/](https://docs.unity3d.com/Packages/com.unity.memoryprofiler@latest/))

```csharp
public class ManagedMemorySectionEntries
```

## Properties

| Property                                                                                                                              | Description                                                                                                        |
| ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| [bytes](/engine/6000.5/script-reference/unityeditor/profiling/memory/experimental/managedmemorysectionentries/bytes.md)               | An array of byte arrays that contain memory dumps.                                                                 |
| [startAddress](/engine/6000.5/script-reference/unityeditor/profiling/memory/experimental/managedmemorysectionentries/startaddress.md) | An array of addresses of the start location in memory of the memory dumps referenced by the startAddress property. |

## Methods

| Method                                                                                                                                  | Description                                        |
| --------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
| [GetNumEntries](/engine/6000.5/script-reference/unityeditor/profiling/memory/experimental/managedmemorysectionentries/getnumentries.md) | Gets the number of managed memory section entries. |
