https://github.com/cefsharp/cefsharp.outofprocess
CefSharp.OutOfProcess provides a convenient way to run CefSharp in a separate process.
https://github.com/cefsharp/cefsharp.outofprocess
browser cefsharp chromium-embedded-framework netcore winforms wpf
Last synced: 24 days ago
JSON representation
CefSharp.OutOfProcess provides a convenient way to run CefSharp in a separate process.
- Host: GitHub
- URL: https://github.com/cefsharp/cefsharp.outofprocess
- Owner: cefsharp
- License: bsd-3-clause
- Created: 2022-06-05T23:26:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-08-14T09:14:36.000Z (8 months ago)
- Last Synced: 2025-08-14T11:25:48.860Z (8 months ago)
- Topics: browser, cefsharp, chromium-embedded-framework, netcore, winforms, wpf
- Language: C#
- Homepage:
- Size: 195 KB
- Stars: 13
- Watchers: 2
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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.