CoreWebView2ProcessKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the process kind used in CoreWebView2ProcessInfo.
public enum CoreWebView2ProcessKind
type CoreWebView2ProcessKind =
Public Enum CoreWebView2ProcessKind
- Inheritance
-
CoreWebView2ProcessKind
Fields
Name | Value | Description |
---|---|---|
Browser | 0 | Indicates that the process is browser process. |
Renderer | 1 | Indicates that the process is render process. |
Utility | 2 | Indicates that the process is utility process. |
SandboxHelper | 3 | Indicates that the process is sandbox helper process. |
Gpu | 4 | Indicates that the process is Gpu process. |
PpapiPlugin | 5 | Indicates that the process is ppapi plugin process. |
PpapiBroker | 6 | Indicates that the process is ppapi broker 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.