- path
- The path to file to map.
- mode
- Access mode; must be System.IO.FileMode.Open.
A memory-mapped file that has the specified 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.