docs.unity3d.com
    Show / Hide Table of Contents

    Interface INativeObjectEntries

    Namespace: Unity.MemoryProfiler.Editor.Format
    Syntax
    public interface INativeObjectEntries

    Properties

    flags

    Declaration
    IArrayEntries<ObjectFlags> flags { get; }
    Property Value
    Type Description
    IArrayEntries<ObjectFlags>

    gcHandleIndex

    Declaration
    IArrayEntries<int> gcHandleIndex { get; }
    Property Value
    Type Description
    IArrayEntries<Int32>

    hideFlags

    Declaration
    IArrayEntries<HideFlags> hideFlags { get; }
    Property Value
    Type Description
    IArrayEntries<HideFlags>

    instanceId

    Declaration
    IArrayEntries<int> instanceId { get; }
    Property Value
    Type Description
    IArrayEntries<Int32>

    nativeObjectAddress

    Declaration
    IArrayEntries<ulong> nativeObjectAddress { get; }
    Property Value
    Type Description
    IArrayEntries<UInt64>

    nativeTypeArrayIndex

    Declaration
    IArrayEntries<int> nativeTypeArrayIndex { get; }
    Property Value
    Type Description
    IArrayEntries<Int32>

    objectName

    Declaration
    IArrayEntries<string> objectName { get; }
    Property Value
    Type Description
    IArrayEntries<String>

    rootReferenceId

    Declaration
    IArrayEntries<long> rootReferenceId { get; }
    Property Value
    Type Description
    IArrayEntries<Int64>

    size

    Declaration
    IArrayEntries<ulong> size { get; }
    Property Value
    Type Description
    IArrayEntries<UInt64>

    Methods

    GetNumEntries()

    Declaration
    uint GetNumEntries()
    Returns
    Type Description
    UInt32
    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