Show / Hide Table of Contents

Struct TypeDescription

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.MemoryProfiler
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct TypeDescription

Constructors

| Improve this Doc View Source

TypeDescription(String, String, FieldDescription[], Byte[], Int32, Int32, UInt64, Int32, TypeDescription.TypeFlags)

Declaration
public TypeDescription(string name, string assembly, FieldDescription[] fields, byte[] staticFieldBytes, int baseOrElementTypeIndes, int size, ulong typeInfoAddress, int typeIndex, TypeDescription.TypeFlags flags)
Parameters
Type Name Description
String name
String assembly
FieldDescription[] fields
Byte[] staticFieldBytes
Int32 baseOrElementTypeIndes
Int32 size
UInt64 typeInfoAddress
Int32 typeIndex
TypeDescription.TypeFlags flags

Properties

| Improve this Doc View Source

arrayRank

Declaration
public int arrayRank { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

assembly

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

baseOrElementTypeIndex

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

fields

Declaration
public FieldDescription[] fields { get; }
Property Value
Type Description
FieldDescription[]
| Improve this Doc View Source

isArray

Declaration
public bool isArray { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

isValueType

Declaration
public bool isValueType { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

name

Declaration
public string name { get; }
Property Value
Type Description
String
| Improve this Doc View Source

size

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

staticFieldBytes

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

typeIndex

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

typeInfoAddress

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

Extension Methods

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