Click or drag to resize

ProfilerClientTakeTypeProfileAsync Method

Version 94.4.20
Collect type profile.

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

Return Value

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