docs.unity3d.com
    Show / Hide Table of Contents

    Class NativeObjectEntries

    Inheritance
    Object
    NativeObjectEntries
    Namespace: Unity.MemoryProfiler.Editor.Format
    Syntax
    public class NativeObjectEntries : object, INativeObjectEntries

    Properties

    flags

    Declaration
    public IArrayEntries<ObjectFlags> flags { get; }
    Property Value
    Type Description
    IArrayEntries<ObjectFlags>
    Implements
    INativeObjectEntries.flags

    gcHandleIndex

    Declaration
    public IArrayEntries<int> gcHandleIndex { get; }
    Property Value
    Type Description
    IArrayEntries<Int32>
    Implements
    INativeObjectEntries.gcHandleIndex

    hideFlags

    Declaration
    public IArrayEntries<HideFlags> hideFlags { get; }
    Property Value
    Type Description
    IArrayEntries<HideFlags>
    Implements
    INativeObjectEntries.hideFlags

    instanceId

    Declaration
    public IArrayEntries<int> instanceId { get; }
    Property Value
    Type Description
    IArrayEntries<Int32>
    Implements
    INativeObjectEntries.instanceId

    nativeObjectAddress

    Declaration
    public IArrayEntries<ulong> nativeObjectAddress { get; }
    Property Value
    Type Description
    IArrayEntries<UInt64>
    Implements
    INativeObjectEntries.nativeObjectAddress

    nativeTypeArrayIndex

    Declaration
    public IArrayEntries<int> nativeTypeArrayIndex { get; }
    Property Value
    Type Description
    IArrayEntries<Int32>
    Implements
    INativeObjectEntries.nativeTypeArrayIndex

    objectName

    Declaration
    public IArrayEntries<string> objectName { get; }
    Property Value
    Type Description
    IArrayEntries<String>
    Implements
    INativeObjectEntries.objectName

    rootReferenceId

    Declaration
    public IArrayEntries<long> rootReferenceId { get; }
    Property Value
    Type Description
    IArrayEntries<Int64>
    Implements
    INativeObjectEntries.rootReferenceId

    size

    Declaration
    public IArrayEntries<ulong> size { get; }
    Property Value
    Type Description
    IArrayEntries<UInt64>
    Implements
    INativeObjectEntries.size

    Methods

    GetNumEntries()

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