Click or drag to resize

ProfilerClientTakeTypeProfileAsync Method

Version 102.0.100
Collect type profile.

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

Return Value

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