HeapProfilerClientTakeHeapSnapshotAsync Method |
Version 102.0.100
TakeHeapSnapshot
Namespace:
CefSharp.DevTools.HeapProfiler
Assembly:
CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax public Task<DevToolsMethodResponse> TakeHeapSnapshotAsync(
bool? reportProgress = null,
bool? treatGlobalObjectsAsRoots = null,
bool? captureNumericValue = null
)
public:
Task<DevToolsMethodResponse^>^ TakeHeapSnapshotAsync(
Nullable<bool> reportProgress = nullptr,
Nullable<bool> treatGlobalObjectsAsRoots = nullptr,
Nullable<bool> captureNumericValue = nullptr
)
Parameters
- reportProgress (Optional)
- Type: SystemNullableBoolean
If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken. - treatGlobalObjectsAsRoots (Optional)
- Type: SystemNullableBoolean
If true, a raw snapshot without artificial roots will be generated - captureNumericValue (Optional)
- Type: SystemNullableBoolean
If true, numerical values are included in the snapshot
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also