The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MemoryMappedFile::CreateViewAccessor Method ()
.NET Framework (current version)
Creates a MemoryMappedViewAccessor that maps to a view of the memory-mapped file.
Assembly: System.Core (in System.Core.dll)
Return Value
Type: System.IO.MemoryMappedFiles::MemoryMappedViewAccessor^A randomly accessible block of memory.
| Exception | Condition |
|---|---|
| UnauthorizedAccessException | Access to the memory-mapped file is unauthorized. |
You can use the view returned by this method for random access to a memory-mapped file.
.NET Framework
Available since 4.0
Available since 4.0
Show: