Click or drag to resize

ProfilerClientTakeTypeProfileAsync Method

Version 100.0.140
Collect type profile.

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

Return Value

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