Click or drag to resize

HeapProfilerClientAddInspectedHeapObjectAsync Method

Version 102.0.100
Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).

Namespace:  CefSharp.DevTools.HeapProfiler
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public Task<DevToolsMethodResponse> AddInspectedHeapObjectAsync(
	string heapObjectId
)

Parameters

heapObjectId
Type: SystemString
Heap snapshot object id to be accessible by means of $x command line API.

Return Value

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