microsoft / IPC

IPC is a C++ library that provides inter-process communication using shared memory on Windows. A .NET wrapper is available which allows interaction with C++ as well.
Other
484 stars 119 forks source link

[native, managed] Add native to/from managed communication test #9

Open ara-ayvazyan opened 7 years ago

ara-ayvazyan commented 7 years ago

Test for native to/from managed communication is missing.

emmenlau commented 4 years ago

This would be very helpful to have. Two-way communication between native and managed code.