Enum CoreWebView2ProcessKind
Specifies the process kind used in CoreWebView2ProcessInfo.
public enum CoreWebView2ProcessKind
  Fields
Browser = 0Indicates that the process is browser process.
Gpu = 4Indicates that the process is Gpu process.
PpapiBroker = 6Indicates that the process is ppapi broker process.
PpapiPlugin = 5Indicates that the process is ppapi plugin process.
Renderer = 1Indicates that the process is render process.
SandboxHelper = 3Indicates that the process is sandbox helper process.
Utility = 2Indicates 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.