Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GCHandleEntries

A class that houses GCHandle data. Returned by PackedMemorySnapshot.gcHandles.
Read time 1 minuteLast updated 12 days ago

Definition

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/)
public class GCHandleEntries

Properties

Property

Description

targetAn array of addresses for the managed objects that the GC handles are referencing.

Methods

Method

Description

GetNumEntriesGets the number of GCHandle entries.