docs.unity3d.com
    Show / Hide Table of Contents

    Interface IQueriedMemorySnapshot

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

    Properties

    captureFlags

    Declaration
    CaptureFlags captureFlags { get; }
    Property Value
    Type Description
    CaptureFlags

    connections

    Declaration
    IConnectionEntries connections { get; }
    Property Value
    Type Description
    IConnectionEntries

    fieldDescriptions

    Declaration
    IFieldDescriptionEntries fieldDescriptions { get; }
    Property Value
    Type Description
    IFieldDescriptionEntries

    gcHandles

    Declaration
    IGCHandleEntries gcHandles { get; }
    Property Value
    Type Description
    IGCHandleEntries

    managedHeapSections

    Declaration
    IManagedMemorySectionEntries managedHeapSections { get; }
    Property Value
    Type Description
    IManagedMemorySectionEntries

    managedStacks

    Declaration
    IManagedMemorySectionEntries managedStacks { get; }
    Property Value
    Type Description
    IManagedMemorySectionEntries

    metadata

    Declaration
    MetaData metadata { get; }
    Property Value
    Type Description
    MetaData

    nativeAllocations

    Declaration
    INativeAllocationEntries nativeAllocations { get; }
    Property Value
    Type Description
    INativeAllocationEntries

    nativeAllocationSites

    Declaration
    INativeAllocationSiteEntries nativeAllocationSites { get; }
    Property Value
    Type Description
    INativeAllocationSiteEntries

    nativeCallstackSymbols

    Declaration
    INativeCallstackSymbolEntries nativeCallstackSymbols { get; }
    Property Value
    Type Description
    INativeCallstackSymbolEntries

    nativeMemoryLabels

    Declaration
    INativeMemoryLabelEntries nativeMemoryLabels { get; }
    Property Value
    Type Description
    INativeMemoryLabelEntries

    nativeMemoryRegions

    Declaration
    INativeMemoryRegionEntries nativeMemoryRegions { get; }
    Property Value
    Type Description
    INativeMemoryRegionEntries

    nativeObjects

    Declaration
    INativeObjectEntries nativeObjects { get; }
    Property Value
    Type Description
    INativeObjectEntries

    nativeRootReferences

    Declaration
    INativeRootReferenceEntries nativeRootReferences { get; }
    Property Value
    Type Description
    INativeRootReferenceEntries

    nativeTypes

    Declaration
    INativeTypeEntries nativeTypes { get; }
    Property Value
    Type Description
    INativeTypeEntries

    recordDate

    Declaration
    DateTime recordDate { get; }
    Property Value
    Type Description
    DateTime

    typeDescriptions

    Declaration
    ITypeDescriptionEntries typeDescriptions { get; }
    Property Value
    Type Description
    ITypeDescriptionEntries

    version

    Declaration
    uint version { get; }
    Property Value
    Type Description
    UInt32

    virtualMachineInformation

    Declaration
    VirtualMachineInformation virtualMachineInformation { get; }
    Property Value
    Type Description
    VirtualMachineInformation

    Methods

    Dispose()

    Declaration
    void Dispose()
    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