C# (CSharp) CefSharp.Internals Namespace

Classes

Name Description
CefSharpArguments
CommandLineArgsParser Simple helper class used for checking/parsing command line arguments
HeaderNameValueCollection A NameValueCollection implementation that can optionally be set to ReadOnly (used to represent the CefHeaderMap)
ParentProcessMonitor Monitor the parent process and exit if the parent process closes before the subprocess. This class is used by the CefSharp.BrowserSubprocess to self terminate if the parent dies without notifying it to exit. See https://github.com/cefsharp/CefSharp/issues/2359 for more information.