Skip to content

CefSharp.OutOfProcess provides a convenient way to run CefSharp in a separate process.

License

Notifications You must be signed in to change notification settings

cefsharp/CefSharp.OutOfProcess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c59b36d · Apr 15, 2025

History

44 Commits
Aug 12, 2023
Apr 15, 2025
Apr 15, 2025
Feb 20, 2023
Apr 15, 2025
Apr 15, 2025
Mar 14, 2023
Jan 30, 2024
Apr 15, 2025
Apr 15, 2025
Apr 15, 2025
Jun 5, 2022
Aug 15, 2022
Mar 17, 2023
Mar 14, 2023
Jun 5, 2022
Jun 6, 2022
Jun 22, 2022

Repository files navigation

CefSharp.OutOfProcess

This library provides a way to run CefSharp in a seperate process.

  • Can use a 64-bit browser in a 32-bit application
  • Isolate browser crashes
  • Browser can be shutdown and restarted as required
  • Browser can be upgraded to a new version whilst application is still running
  • Multiple different versions can be used in the same application
  • Can be used in plugins

Provides WinForms and WPF (HwndHost) implementations.