Creates a System.IO.MemoryMappedFiles.MemoryMappedViewAccessor that maps to a view of the memory-mapped file, and that has the specified offset and size.
A randomly accessible block of memory.
You can use the view returned by this method for random access to a memory-mapped file.
To create a complete view of the memory-mapped file, specify 0 (zero) for the size parameter. If you do this, the size of the view might be smaller or larger than the size of the source file on disk. This is because views are provided in units of system pages, and the size of the view is rounded up to the next system page size.