CoreWebView2ProcessInfo Class

Provides a set of properties for a process list in the CoreWebView2Environment.

Summary

Members Description
AssociatedFrameInfos Provides the collection of associated CoreWebView2FrameInfos (unresolved reference) which are actively running (showing UI elements) in this renderer process.
Kind Get the kind of the process.
ProcessId Get the process id of the process.

Properties

AssociatedFrameInfos

readonly IVectorView<CoreWebView2FrameInfo> AssociatedFrameInfos

Provides the collection of associated CoreWebView2FrameInfos (unresolved reference) which are actively running (showing UI elements) in this renderer process. AssociatedFrameInfos will only be populated when obtained via calling CoreWebView2Environment.GetProcessInfosWithDetailsAsync and when this CoreWebView2ProcessInfo corresponds to a renderer process. CoreWebView2ProcessInfo objects obtained via CoreWebView2Environment.GetProcessInfos or for non-renderer processes will always have an empty AssociatedFrameInfo. AssociatedFrameInfos may also be empty for renderer processes that have no active frames.

Kind

readonly CoreWebView2ProcessKind Kind

Get the kind of the process.

ProcessId

readonly int ProcessId

Get the process id of the process.

Referenced by