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.

System.IO.MemoryMappedFiles Namespace

.NET Framework (current version)
 

The System.IO.MemoryMappedFiles namespace provides classes for using a memory-mapped file, which maps the contents of a file to an application’s logical address space.

ClassDescription
System_CAPS_pubclassMemoryMappedFile

Represents a memory-mapped file.

System_CAPS_pubclassMemoryMappedFileSecurity

Represents the permissions that can be granted for file access and operations on memory-mapped files.

System_CAPS_pubclassMemoryMappedViewAccessor

Represents a randomly accessed view of a memory-mapped file.

System_CAPS_pubclassMemoryMappedViewStream

Represents a view of a memory-mapped file as a sequentially accessed stream.

EnumerationDescription
System_CAPS_pubenumMemoryMappedFileAccess

Specifies access capabilities and restrictions for a memory-mapped file or view.

System_CAPS_pubenumMemoryMappedFileOptions

Provides memory allocation options for memory-mapped files.

System_CAPS_pubenumMemoryMappedFileRights

Specifies access rights to a memory-mapped file that is not associated with a file on disk.

Return to top
Show:
© 2017 Microsoft