Click or drag to resize

RuntimeClient.GetHeapUsageAsync Method

Version 130.1.90
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.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetHeapUsageResponse> GetHeapUsageAsync()

Return Value

Task<GetHeapUsageResponse>
returns System.Threading.Tasks.Task<GetHeapUsageResponse>
See Also