Show / Hide Table of Contents

Enum EntryType

Namespace: UnityEditorInternal.Profiling.Memory.Experimental.FileFormat
Assembly: UnityEditor.dll
Syntax
public enum EntryType : ushort

Fields

Name Description
Connections_From
Connections_To
FieldDescriptions_IsStatic
FieldDescriptions_Name
FieldDescriptions_Offset
FieldDescriptions_TypeIndex
GCHandles_Target
ManagedHeapSections_Bytes
ManagedHeapSections_StartAddress
ManagedStacks_Bytes
ManagedStacks_StartAddress
Metadata_CaptureFlags
Metadata_RecordDate
Metadata_UserMetadata
Metadata_Version
Metadata_VirtualMachineInformation
NativeAllocations_Address
NativeAllocations_AllocationSiteId
NativeAllocations_MemoryRegionIndex
NativeAllocations_OverheadSize
NativeAllocations_PaddingSize
NativeAllocations_RootReferenceId
NativeAllocations_Size
NativeAllocationSites_CallstackSymbols
NativeAllocationSites_Id
NativeAllocationSites_MemoryLabelIndex
NativeCallstackSymbol_ReadableStackTrace
NativeCallstackSymbol_Symbol
NativeMemoryLabels_Name
NativeMemoryRegions_AddressBase
NativeMemoryRegions_AddressSize
NativeMemoryRegions_FirstAllocationIndex
NativeMemoryRegions_Name
NativeMemoryRegions_NumAllocations
NativeMemoryRegions_ParentIndex
NativeObjects_Flags
NativeObjects_HideFlags
NativeObjects_InstanceId
NativeObjects_Name
NativeObjects_NativeObjectAddress
NativeObjects_NativeTypeArrayIndex
NativeObjects_RootReferenceId
NativeObjects_Size
NativeRootReferences_AccumulatedSize
NativeRootReferences_AreaName
NativeRootReferences_Id
NativeRootReferences_ObjectName
NativeTypes_Name
NativeTypes_NativeBaseTypeArrayIndex
TypeDescriptions_Assembly
TypeDescriptions_BaseOrElementTypeIndex
TypeDescriptions_FieldIndices
TypeDescriptions_Flags
TypeDescriptions_Name
TypeDescriptions_Size
TypeDescriptions_StaticFieldBytes
TypeDescriptions_TypeIndex
TypeDescriptions_TypeInfoAddress

Extension Methods

MustExtensions.MustBeEqual<EntryType>(EntryType)
MustExtensions.MustBeEqual<EntryType>(EntryType, String)
MustExtensions.MustNotBeEqual<EntryType>(EntryType)
MustExtensions.MustNotBeEqual<EntryType>(EntryType, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX