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

TypeDescriptionEntries

class in UnityEditor.Profiling.Memory.Experimental

切换到手册

描述

包含类型描述条目的类,从 PackedMemorySnapshot.typeDescriptions 返回。

变量

assembly此类型加载自的程序集的名称。
baseOrElementTypeIndex此类型的基本类型,由编入 PackedMemorySnapshot.typeDescriptions 的索引指向该类型。
fieldIndices包含索引(指向此类型所有字段的描述)的数组,可从 PackedMemorySnapshot.fieldDescriptions 访问。
flags为此类型描述设置的标志,用于定义此类型是数组还是值类型,以及类型的数组秩。
size此类型实例的大小(以字节为单位)。如果此类型为数组类型,则该属性描述了数组中的单个元素将占用的字节数。
staticFieldBytes在创建快照时,存储此类型静态字段的字节的实际内容。
typeDescriptionName此类型的名称。
typeIndex此类型的类型索引。此索引是一个编入 PackedMemorySnapshot.typeDescriptions 数组的索引。
typeInfoAddress包含虚拟机内此类型描述的内存中地址。该属性可用于将堆中的托管对象与其对应的 TypeDescription 相匹配,因为托管对象的第一个指针指向其类型描述。

公共函数

GetNumEntries类型描述条目的数量。