This version of Unity is unsupported.
Method group is Obsolete
Experimental: this API is experimental and might be changed or removed in the future.

TypeDescriptionEntries.typeInfoAddress

Obsolete 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 ArrayEntries<ulong> typeInfoAddress;

Description

The address in memory that contains the description of this type inside the virtual machine. This can be used to match managed objects in the heap to their corresponding TypeDescription, as the first pointer of a managed object points to its type description.