Table of Contents

Class CoreWebView2ProcessInfo

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

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

public class CoreWebView2ProcessInfo
Inheritance
CoreWebView2ProcessInfo
Inherited Members

Properties

Kind

Get the kind of the process.

public CoreWebView2ProcessKind Kind { get; }

Property Value

CoreWebView2ProcessKind

ProcessId

Get the process id of the process.

public int ProcessId { get; }

Property Value

int