System.IO.MemoryMappedFiles 命名空间

提供使用内存映射文件时要使用的类,该文件将文件的内容映射到应用程序的逻辑地址空间。 Provides classes for using a memory-mapped file, which maps the contents of a file to an application's logical address space.

MemoryMappedFile

表示内存映射文件。Represents a memory-mapped file.

MemoryMappedFileSecurity

表示可以针对内存映射文件授予的文件访问和操作权限。Represents the permissions that can be granted for file access and operations on memory-mapped files.

MemoryMappedViewAccessor

表示随机访问的内存映射文件视图。Represents a randomly accessed view of a memory-mapped file.

MemoryMappedViewStream

将内存映射文件的视图表示为按顺序访问的流。Represents a view of a memory-mapped file as a sequentially accessed stream.

枚举

MemoryMappedFileAccess

指定内存映射文件或视图的访问功能和限制。Specifies access capabilities and restrictions for a memory-mapped file or view.

MemoryMappedFileOptions

为内存映射文件提供内存分配选项。Provides memory allocation options for memory-mapped files.

MemoryMappedFileRights

指定与磁盘上的文件不相关联的内存映射文件的访问权限。Specifies access rights to a memory-mapped file that is not associated with a file on disk.