Describe memory-mapped files

Describe memory-mapped files?

E

Expert

Verified

Memory-mapped files (MMFs) let you plot the content of a file to the logical address of the application. This file allows the several procedure running on the same machine to share data with each Other. MemoryMappedFile.CreateFromFile() function is used to get a MemoryMappedFile object which signifies a persist memory-mapped file from a file on disk.

These files are included in the System.IO.MemoryMappedFiles namespace. This namespace contains four classes and three enumerations to help you access and secure your file mappings.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.