Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 519 Bytes

File metadata and controls

20 lines (11 loc) · 519 Bytes

SharedMemoryStream

C# shared memory stream classes and bidirectionnal event messaging for sharing data between processes.

About

The SharedMemoryStream class library provides a set of C# classes that utilise memory mapped files for fast low-level inter-process communication (IPC) - specifically for sharing data between processes.

The library uses the .NET 4 MemoryMappedFile class in .NET 4.0+, and implements its own wrapper class for .NET 3.5.

Classes

Example Usage