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::CreateViewStream Method ()

.NET Framework (current version)
 

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

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

public:
MemoryMappedViewStream^ CreateViewStream()

Return Value

Type: System.IO.MemoryMappedFiles::MemoryMappedViewStream^

A stream of memory.

Exception Condition
UnauthorizedAccessException

Access to the memory-mapped file is unauthorized.

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

The following example creates a stream and writes a value to it. This code example is part of a larger example provided for the CreateNew method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft