Version: 2022.1
LanguageEnglish
  • C#

CaptureFlags

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Flags that specify which fields to capture in a snapshot.

Properties

ManagedObjectsCorresponds to the ManagedHeapSections, ManagedStacks, Connections, TypeDescriptions fields in a Memory Snapshot.
NativeObjectsCorresponds to the NativeObject and NativeType fields in a Memory Snapshot.
NativeAllocationsCorresponds to the NativeAllocations, NativeMemoryRegions, NativeRootReferences, and NativeMemoryLabels fields in a Memory Snapshot.
NativeAllocationSitesCorresponds to the NativeAllocationSite field in a Memory Snapshot.
NativeStackTracesCorresponds to the NativeCallstackSymbol field in a Memory Snapshot.