Show / Hide Table of Contents

Struct VirtualMachineInformation

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Profiling.Memory.Experimental
Assembly: UnityEditor.dll
Syntax
public struct VirtualMachineInformation

Properties

| Improve this Doc View Source

allocationGranularity

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

arrayBoundsOffsetInHeader

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

arrayHeaderSize

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

arraySizeOffsetInHeader

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

objectHeaderSize

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

pointerSize

Declaration
public int pointerSize { get; }
Property Value
Type Description
Int32

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