Click or drag to resize

HeapProfilerClient.StopTrackingHeapObjectsAsync 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  Nullable<Boolean>  (Optional)
If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being takenwhen the tracking is stopped.
treatGlobalObjectsAsRoots  Nullable<Boolean>  (Optional)
Deprecated in favor of `exposeInternals`.
captureNumericValue  Nullable<Boolean>  (Optional)
If true, numerical values are included in the snapshot
exposeInternals  Nullable<Boolean>  (Optional)
If true, exposes internals of the snapshot.

Return Value

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