Click or drag to resize

RuntimeClientGetHeapUsageAsync Method

Version 86.0.240
Returns the JavaScript heap usage. It is the total usage of the corresponding isolate not scoped to a particular Runtime.

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<GetHeapUsageResponse> GetHeapUsageAsync()

Return Value

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