docs.unity3d.com
    Show / Hide Table of Contents

    Class ManagedMemorySectionEntries

    Inheritance
    Object
    ManagedMemorySectionEntries
    Namespace: Unity.MemoryProfiler.Editor.Format
    Syntax
    public class ManagedMemorySectionEntries : object, IManagedMemorySectionEntries

    Properties

    bytes

    Declaration
    public ArrayEntries<byte[]> bytes { get; }
    Property Value
    Type Description
    ArrayEntries<Byte[]>
    Implements
    IManagedMemorySectionEntries.bytes

    rawStartAddress

    Declaration
    public ArrayEntries<ulong> rawStartAddress { get; }
    Property Value
    Type Description
    ArrayEntries<UInt64>
    Implements
    IManagedMemorySectionEntries.rawStartAddress

    startAddress

    Declaration
    public ArrayEntries<ulong> startAddress { get; }
    Property Value
    Type Description
    ArrayEntries<UInt64>
    Implements
    IManagedMemorySectionEntries.startAddress

    Methods

    GetNumEntries()

    Declaration
    public uint GetNumEntries()
    Returns
    Type Description
    UInt32
    Implements
    IManagedMemorySectionEntries.GetNumEntries()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023