Show / Hide Table of Contents

Class TypeDescriptionEntries

Inheritance
Object
TypeDescriptionEntries
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Profiling.Memory.Experimental
Assembly: UnityEditor.dll
Syntax
public class TypeDescriptionEntries

Properties

| Improve this Doc View Source

assembly

Declaration
public ArrayEntries<string> assembly { get; }
Property Value
Type Description
ArrayEntries<String>
| Improve this Doc View Source

baseOrElementTypeIndex

Declaration
public ArrayEntries<int> baseOrElementTypeIndex { get; }
Property Value
Type Description
ArrayEntries<Int32>
| Improve this Doc View Source

fieldIndices

Declaration
public ArrayEntries<int[]> fieldIndices { get; }
Property Value
Type Description
ArrayEntries<Int32[]>
| Improve this Doc View Source

flags

Declaration
public ArrayEntries<TypeFlags> flags { get; }
Property Value
Type Description
ArrayEntries<TypeFlags>
| Improve this Doc View Source

size

Declaration
public ArrayEntries<int> size { get; }
Property Value
Type Description
ArrayEntries<Int32>
| Improve this Doc View Source

staticFieldBytes

Declaration
public ArrayEntries<byte[]> staticFieldBytes { get; }
Property Value
Type Description
ArrayEntries<Byte[]>
| Improve this Doc View Source

typeDescriptionName

Declaration
public ArrayEntries<string> typeDescriptionName { get; }
Property Value
Type Description
ArrayEntries<String>
| Improve this Doc View Source

typeIndex

Declaration
public ArrayEntries<int> typeIndex { get; }
Property Value
Type Description
ArrayEntries<Int32>
| Improve this Doc View Source

typeInfoAddress

Declaration
public ArrayEntries<ulong> typeInfoAddress { get; }
Property Value
Type Description
ArrayEntries<UInt64>

Methods

| Improve this Doc View Source

GetNumEntries()

Declaration
public uint GetNumEntries()
Returns
Type Description
UInt32

Extension Methods

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