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)
| Name | Description | |
|---|---|---|
![]() | CreateViewAccessor() | Creates a MemoryMappedViewAccessor that maps to a view of the memory-mapped file. |
![]() | CreateViewAccessor(Int64, Int64) | Creates a MemoryMappedViewAccessor that maps to a view of the memory-mapped file, and that has the specified offset and size. |
![]() | CreateViewAccessor(Int64, Int64, MemoryMappedFileAccess) | Creates a MemoryMappedViewAccessor that maps to a view of the memory-mapped file, and that has the specified offset, size, and access restrictions. |
Show:
