Version: 1.4
LanguageEnglish
  • C#

NativeLeakDetectionMode

enumeration

Description

Native leak memory leak detection mode enum.

Properties

DisabledIndicates that native memory leak detection is disabled.
EnabledIndicates that native memory leak detection is enabled. It is lightweight and will not collect any stacktraces.
EnabledWithStackTraceIndicates that native memory leak detection is enabled with full stack trace extraction & logging.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答