DOMClientGetNodeStackTracesAsync Method |
Version 98.1.210
Gets stack traces associated with a Node. As of now, only provides stack trace for Node creation.
Namespace:
CefSharp.DevTools.DOM
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public Task<GetNodeStackTracesResponse> GetNodeStackTracesAsync(
int nodeId
)
public:
Task<GetNodeStackTracesResponse^>^ GetNodeStackTracesAsync(
int nodeId
)
Parameters
- nodeId
- Type: SystemInt32
Id of the node to get stack traces for.
Return Value
Type:
TaskGetNodeStackTracesResponsereturns System.Threading.Tasks.Task<GetNodeStackTracesResponse>
See Also