Version: 2019.1
Experimental: this API is experimental and might be changed or removed in the future.

TypeDescriptionEntries.typeInfoAddress

Switch to Manual
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.