CoreWebView2ProcessKind Enum

Definition

Specifies the process kind used in CoreWebView2ProcessInfo.

public enum CoreWebView2ProcessKind
type CoreWebView2ProcessKind = 
Public Enum CoreWebView2ProcessKind
Inheritance
CoreWebView2ProcessKind

Fields

Browser 0

Indicates that the process is browser process.

Gpu 4

Indicates that the process is Gpu process.

PpapiBroker 6

Indicates that the process is ppapi broker process.

PpapiPlugin 5

Indicates that the process is ppapi plugin process.

Renderer 1

Indicates that the process is render process.

SandboxHelper 3

Indicates that the process is sandbox helper process.

Utility 2

Indicates that the process is utility process.

Remarks

The values in this enum make reference to the process kinds in the Chromium architecture. For more information about what these processes are and what they do, see Browser Architecture - Inside look at modern web browser.

Applies to