explain memory-mapped filesmemory-mapped files


Explain memory-mapped files.

Memory-mapped files (MMFs) permit you map the content of a file to the logical address of an application. These files enable the multiple processes running on the similar machine to share data with each Other. The MemoryMappedFile.CreateFromFile() method is used to get a MemoryMappedFile object that represents a persisted memory-mapped file from a file on disk.

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

 

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: explain memory-mapped filesmemory-mapped files
Reference No:- TGS0310681

Expected delivery within 24 Hours