Show / Hide Table of Contents

Class FieldDescriptionEntries

Inheritance
Object
FieldDescriptionEntries
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 FieldDescriptionEntries

Properties

| Improve this Doc View Source

fieldDescriptionName

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

isStatic

Declaration
public ArrayEntries<bool> isStatic { get; }
Property Value
Type Description
ArrayEntries<Boolean>
| Improve this Doc View Source

offset

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

typeIndex

Declaration
public ArrayEntries<int> typeIndex { get; }
Property Value
Type Description
ArrayEntries<Int32>

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