Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the process kind used in CoreWebView2ProcessInfo. 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.
| Name | Value | Description |
|---|---|---|
Browser |
0x0 | Indicates that the process is browser process. |
Renderer |
0x1 | Indicates that the process is render process. |
Utility |
0x2 | Indicates that the process is utility process. |
SandboxHelper |
0x3 | Indicates that the process is sandbox helper process. |
Gpu |
0x4 | Indicates that the process is Gpu process. |
PpapiPlugin |
0x5 | Indicates that the process is ppapi plugin process. |
PpapiBroker |
0x6 | Indicates that the process is ppapi broker process. |