Class CoreWebView2ProcessInfo
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
ProcessId
Get the process id of the process.
public int ProcessId { get; }