Class CoreWebView2ProcessExtendedInfo
Provides a set of properties for a process list with extended information in the CoreWebView2Environment.
public class CoreWebView2ProcessExtendedInfo
- Inheritance
-
CoreWebView2ProcessExtendedInfo
- Inherited Members
Properties
AssociatedFrameInfos
Provides the collection of associated CoreWebView2FrameInfos which are actively running (showing or hiding UI elements) in this renderer process.
public IReadOnlyList<CoreWebView2FrameInfo> AssociatedFrameInfos { get; }
Property Value
Examples
Remarks
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
Provides the CoreWebView2ProcessInfo of the current process.
public CoreWebView2ProcessInfo ProcessInfo { get; }