class in UnityEditor.Profiling.Memory.Experimental
A class that houses type description entries, returned from PackedMemorySnapshot.typeDescriptions.
assembly | この型が読み込まれたアセンブリの名前。 |
baseOrElementTypeIndex | この型のベース型。 PackedMemorySnapshot.typeDescriptions へのインデックスで指されます。 |
fieldIndices | An array containing indices pointing to descriptions of all fields of this type, accessible from PackedMemorySnapshot.fieldDescriptions. |
flags | Flags set for this type description, that define whether this type is an array or a value type, and the array rank of the type. |
size | Size in bytes of an instance of this type. If this type is an array type, this describes the amount of bytes a single element in the array will take up. |
staticFieldBytes | スナップショットが取得された時点の静的フィールドを格納するバイトの実際のコンテンツ。 |
typeDescriptionName | The name of this type. |
typeIndex | The type index of this type. This index is an index into the PackedMemorySnapshot.typeDescriptions array. |
typeInfoAddress | 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. |
GetNumEntries | The number of type description entries. |