Skip to content

Commit a5ebde3

Browse files
authored
Update README.md
1 parent e65a77b commit a5ebde3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,14 @@ The log at https://docs.google.com/a/g7.org/document/d/1g8JFi8T_oAE_7uAri7Njtig7
7171

7272
Running Tests
7373
=============
74-
7574
The unit tests are standard Visual Studio - run them using the GUI.
7675

7776

77+
How it Works
78+
============
79+
Simple values and arrays are copied between the native memory space (where v8 resides) and the Common Language Runtime (CLR) (where .Net applications live). Complex .Net types (delegates, objects) are proxied. When calls are made into proxied types then the parameters are copied into the CLR and the call is executed. The results are copied back.
80+
81+
7882
Internationalization
7983
====================
8084

0 commit comments

Comments
 (0)