Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Namespace:   System.IO.MemoryMappedFiles
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodCreateViewAccessor()

Creates a MemoryMappedViewAccessor that maps to a view of the memory-mapped file.

System_CAPS_pubmethodCreateViewAccessor(Int64, Int64)

Creates a MemoryMappedViewAccessor that maps to a view of the memory-mapped file, and that has the specified offset and size.

System_CAPS_pubmethodCreateViewAccessor(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.

Return to top
Show:
© 2017 Microsoft