MemoryClientGetBrowserSamplingProfileAsync Method  | 
Version 104.4.240 
            Retrieve native memory allocations profile
            collected since browser process startup.
            
 
    Namespace: 
   CefSharp.DevTools.Memory
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic Task<GetBrowserSamplingProfileResponse> GetBrowserSamplingProfileAsync()
public:
Task<GetBrowserSamplingProfileResponse^>^ GetBrowserSamplingProfileAsync()
Return Value
Type: 
TaskGetBrowserSamplingProfileResponsereturns System.Threading.Tasks.Task<GetBrowserSamplingProfileResponse>
See Also