Native leak memory leak detection mode enum.
| Disabled | Indicates that native memory leak detection is disabled. | 
| Enabled | Indicates that native memory leak detection is enabled. It is lightweight and will not collect any stacktraces. | 
| EnabledWithStackTrace | Indicates that native memory leak detection is enabled with full stack trace extraction & logging. |