Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T08:57:52.000Z (10 months ago)
- Last Synced: 2024-05-01T21:39:15.705Z (7 months ago)
- Topics: browser, cefsharp, chromium-embedded-framework, netcore, winforms, wpf
- Language: C#
- Homepage:
- Size: 180 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 9
-
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 pluginsProvides WinForms and WPF (HwndHost) implementations.