- path
- The path to the file to map.
- mode
- Access mode; must be System.IO.FileMode.Open.
- mapName
- A name to assign to the memory-mapped file.
A memory-mapped file that has the specified name and access mode.
The mode parameter pertains to the source file on disk. You can use only the System.IO.FileMode.Open enumeration value to create the memory-mapped file from the source file on disk.