# GCHandleEntries

> A class that houses GCHandle data. Returned by PackedMemorySnapshot.gcHandles.

## 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 GCHandleEntries
```

## Properties

| Property                                                                                                      | Description                                                                        |
| ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [target](/engine/6000.6/script-reference/unityeditor/profiling/memory/experimental/gchandleentries/target.md) | An array of addresses for the managed objects that the GC handles are referencing. |

## Methods

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