HeapProfilerClientAddInspectedHeapObjectAsync Method |
Version 130.1.90
Enables console to refer to the node with given id via $x (see Command Line API for more details
$x functions).
Namespace: CefSharp.DevTools.HeapProfilerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> AddInspectedHeapObjectAsync(
string heapObjectId
)
public:
Task<DevToolsMethodResponse^>^ AddInspectedHeapObjectAsync(
String^ heapObjectId
)
Parameters
- heapObjectId String
- Heap snapshot object id to be accessible by means of $x command line API.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also