HeapProfilerClientStopTrackingHeapObjectsAsync Method |
Version 118.6.80
StopTrackingHeapObjects
Namespace:
CefSharp.DevTools.HeapProfiler
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Task<DevToolsMethodResponse> StopTrackingHeapObjectsAsync(
bool? reportProgress = null,
bool? treatGlobalObjectsAsRoots = null,
bool? captureNumericValue = null,
bool? exposeInternals = null
)
public:
Task<DevToolsMethodResponse^>^ StopTrackingHeapObjectsAsync(
Nullable<bool> reportProgress = nullptr,
Nullable<bool> treatGlobalObjectsAsRoots = nullptr,
Nullable<bool> captureNumericValue = nullptr,
Nullable<bool> exposeInternals = nullptr
)
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
Deprecated in favor of `exposeInternals`. - captureNumericValue (Optional)
- Type: SystemNullableBoolean
If true, numerical values are included in the snapshot - exposeInternals (Optional)
- Type: SystemNullableBoolean
If true, exposes internals of the snapshot.
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also