GCHandleEntries
A class that houses GCHandle data. Returned by PackedMemorySnapshot.gcHandles.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Profiling.Memory.Experimental
- Assembly: UnityEditor.CoreModule
public class GCHandleEntries
Properties
Property | Description |
|---|---|
| target | An array of addresses for the managed objects that the GC handles are referencing. |
Methods
Method | Description |
|---|---|
| GetNumEntries | Gets the number of GCHandle entries. |