Click or drag to resize

HeapProfilerClientStopTrackingHeapObjectsAsync Method

Version 102.0.100
StopTrackingHeapObjects

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

Parameters

reportProgress (Optional)
Type: SystemNullableBoolean
If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being takenwhen the tracking is stopped.
treatGlobalObjectsAsRoots (Optional)
Type: SystemNullableBoolean
treatGlobalObjectsAsRoots
captureNumericValue (Optional)
Type: SystemNullableBoolean
If true, numerical values are included in the snapshot

Return Value

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