Back to Dotnet

System.IO.MemoryMappedFiles

src/libraries/System.IO.MemoryMappedFiles/README.md

11.0.1001.1 KB
Original Source

System.IO.MemoryMappedFiles

This assembly provides support for creating files into the Random-Access Memory of the application's machine. The primary types in this assembly are MemoryMappedFile used to create the in-memory file, and MemoryMappedViewAccessor and MemoryMappedViewStream to access the contents of the file.

Documentation can be found at https://learn.microsoft.com/dotnet/api/system.io.memorymappedfiles.

Contribution Bar

Deployment

The System.IO.MemoryMappedFiles assembly is part of the shared framework, and ships with every new release of .NET.