Skip to content

Commit 1eeff26

Browse files
committed
README.md - Add basic list of features
Still needs work
1 parent 4afca24 commit 1eeff26

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
# CefSharp.OutOfProcess.Example
2-
CefSharp.OutOfProcess.Example
1+
# CefSharp.OutOfProcess
2+
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

Comments
 (0)