CoreWebView2Environment.GetProcessInfosWithDetailsAsync Method

Definition

Returns a snapshot collection of CoreWebView2ProcessInfo corresponding to all currently running processes associated with this CoreWebView2Environment excludes crashpad process. This provides the same list of CoreWebView2ProcessInfo as what's provided in GetProcessInfos(), but additionally provides a list of associated CoreWebView2FrameInfo which are actively running (showing or hiding UI elements) in the renderer process. See AssociatedFrameInfos for more information.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Web.WebView2.Core.CoreWebView2ProcessInfo>> GetProcessInfosWithDetailsAsync ();
member this.GetProcessInfosWithDetailsAsync : unit -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Web.WebView2.Core.CoreWebView2ProcessInfo>>
Public Function GetProcessInfosWithDetailsAsync () As Task(Of IReadOnlyList(Of CoreWebView2ProcessInfo))

Returns

Examples

Applies to