# NativeRootReferenceEntries

> A class that houses native root reference data, returned by rootReferences.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.Profiling.Memory.Experimental](/engine/6000.6/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 NativeRootReferenceEntries
```

## Properties

| Property                                                                                                                                   | Description                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------- |
| [accumulatedSize](/engine/6000.6/script-reference/unityeditor/profiling/memory/experimental/nativerootreferenceentries/accumulatedsize.md) | An array that contains the accumulated sizes of all allocations registered for the root references. |
| [areaName](/engine/6000.6/script-reference/unityeditor/profiling/memory/experimental/nativerootreferenceentries/areaname.md)               | An array that contains the area names of the root references.                                       |
| [id](/engine/6000.6/script-reference/unityeditor/profiling/memory/experimental/nativerootreferenceentries/id.md)                           | An array that contains the IDs of the root references.                                              |
| [objectName](/engine/6000.6/script-reference/unityeditor/profiling/memory/experimental/nativerootreferenceentries/objectname.md)           | An array containing the object names of the root references.                                        |

## Methods

| Method                                                                                                                                 | Description                                |
| -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [GetNumEntries](/engine/6000.6/script-reference/unityeditor/profiling/memory/experimental/nativerootreferenceentries/getnumentries.md) | Gets the number of root reference entries. |
