# PackedGCHandle

> A description of a GC handle used by the virtual machine.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor.MemoryProfiler](/engine/6000.6/script-reference/unityeditor/memoryprofiler.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 struct PackedGCHandle
```

## Properties

| Property                                                                                      | Description                                                          |
| --------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| [target](/engine/6000.6/script-reference/unityeditor/memoryprofiler/packedgchandle/target.md) | The address of the managed object that the GC handle is referencing. |
