- Notifications
You must be signed in to change notification settings - Fork120
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.
License
microsoft/IPC
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
Integration withBond is available atIPC.Bond.
The library is developed and maintained withVisual Studio 2019.To get started, open theIPC.sln file and build the solution.TheBoost package will automatically start downloading during the first build.
Start withexamples,C++ andC# tests.
This project has adopted theMicrosoft Open Source Code of Conduct. For more information see theCode of Conduct FAQ or contactopencode@microsoft.com with any additional questions or comments.
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under theMIT License.
About
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.