We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afca24 commit 1eeff26Copy full SHA for 1eeff26
README.md
@@ -1,2 +1,13 @@
1
-# CefSharp.OutOfProcess.Example
2
-CefSharp.OutOfProcess.Example
+# CefSharp.OutOfProcess
+
3
+This library provides a way to run CefSharp in a seperate process.
4
5
+- Can use a 64-bit browser in a 32-bit application
6
+- Isolate browser crashes
7
+- Browser can be shutdown and restarted as required
8
+- Browser can be upgraded to a new version whilst application is still running
9
+- Multiple different versions can be used in the same application
10
+- Can be used in plugins
11
12
+Provides WinForms and WPF (HwndHost) implementations.
13
0 commit comments