Click or drag to resize

HeapProfilerClient.StopTrackingHeapObjectsAsync Method

Version 103.0.120
StopTrackingHeapObjects

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

Parameters

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

Return Value

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