Show / Hide Table of Contents

Struct MemorySection

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 MemorySection

Constructors

| Improve this Doc View Source

MemorySection(Byte[], UInt64)

Declaration
public MemorySection(byte[] bytes, ulong startAddress)
Parameters
Type Name Description
Byte[] bytes
UInt64 startAddress

Properties

| Improve this Doc View Source

bytes

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

startAddress

Declaration
public ulong startAddress { 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