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.
Indicates the process type used in the ICoreWebView2ProcessInfo interface.
public enum CoreWebView2ProcessKind
type CoreWebView2ProcessKind =
Public Enum CoreWebView2ProcessKind
- Inheritance
-
CoreWebView2ProcessKind
Fields
Name | Value | Description |
---|---|---|
Browser | 0 | Indicates the browser process kind. |
Renderer | 1 | Indicates the render process kind. |
Utility | 2 | Indicates the utility process kind. |
SandboxHelper | 3 | Indicates the sandbox helper process kind. |
Gpu | 4 | Indicates the GPU process kind. |
PpapiPlugin | 5 | Indicates the PPAPI plugin process kind. |
PpapiBroker | 6 | Indicates the PPAPI plugin broker process kind. |
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.