C# accessing memory map file

c#, memory

Solution

Looks like C# 4.0 will have MemoryMappedFile support in the library

Problem

Looking for code samples to access a memory map file in C#

Original source