Click or drag to resize

ProfilerClientTakeTypeProfileAsync Method

Version 96.0.142
Collect type profile.

Namespace:  CefSharp.DevTools.Profiler
Assembly:  CefSharp (in CefSharp.dll) Version: 96.0.142.0 (96.0.142.0)
Syntax
public Task<TakeTypeProfileResponse> TakeTypeProfileAsync()

Return Value

Type: TaskTakeTypeProfileResponse
returns System.Threading.Tasks.Task<TakeTypeProfileResponse>
See Also