justinstenning / SharedMemory

C# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)
https://www.nuget.org/packages/SharedMemory
Other
566 stars 118 forks source link

Add support for .NET 3.5 #1

Closed justinstenning closed 9 years ago

justinstenning commented 9 years ago

To support .NET 3.5, need a wrapper around native MemoryMappedFile as this was not introduced into the BCL until .NET 4.

justinstenning commented 9 years ago

Completed