HeapProfilerClientAddInspectedHeapObjectAsync Method  | 
Version 106.0.290 
            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: 106.0.290.0 (106.0.290.0)
Syntaxpublic Task<DevToolsMethodResponse> AddInspectedHeapObjectAsync(
	string heapObjectId
)
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: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also