Click or drag to resize

HeapProfilerClientStopTrackingHeapObjectsAsync Method

Version 130.1.90
StopTrackingHeapObjects

Namespace: CefSharp.DevTools.HeapProfiler
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> StopTrackingHeapObjectsAsync(
	bool? reportProgress = null,
	bool? treatGlobalObjectsAsRoots = null,
	bool? captureNumericValue = null,
	bool? exposeInternals = null
)

Parameters

reportProgress  NullableBoolean  (Optional)
If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being takenwhen the tracking is stopped.
treatGlobalObjectsAsRoots  NullableBoolean  (Optional)
Deprecated in favor of `exposeInternals`.
captureNumericValue  NullableBoolean  (Optional)
If true, numerical values are included in the snapshot
exposeInternals  NullableBoolean  (Optional)
If true, exposes internals of the snapshot.

Return Value

TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also