CoreWebView2ProcessExtendedInfo Class

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

Summary

Members Description
AssociatedFrameInfos Provides the collection of associated CoreWebView2FrameInfos (unresolved reference) which are actively running (showing or hiding UI elements) in this renderer process.
ProcessInfo Provides the CoreWebView2ProcessInfo of the current process.

Properties

AssociatedFrameInfos

readonly IVectorView<CoreWebView2FrameInfo> AssociatedFrameInfos

Provides the collection of associated CoreWebView2FrameInfos (unresolved reference) which are actively running (showing or hiding UI elements) in this renderer process. AssociatedFrameInfos will only be populated when this CoreWebView2ProcessExtendedInfo corresponds to a renderer process. Non-renderer processes will always have an empty AssociatedFrameInfo. AssociatedFrameInfos may also be empty for renderer processes that have no active frames.

ProcessInfo

readonly CoreWebView2ProcessInfo ProcessInfo

Provides the CoreWebView2ProcessInfo of the current process.