System.IO.MemoryMappedFiles.MemoryMappedFile.CreateViewStream Method

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

Syntax

public MemoryMappedViewStream CreateViewStream ()

Returns

A stream of memory.

Remarks

You can use the stream returned by this method for sequential access to a memory-mapped file, such as for inter-process communications.

Requirements

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