MemoryMappedFile.CreateViewStream Method
.NET Framework 4.5
Creates a stream that maps to a view of the memory-mapped file.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateViewStream() | Creates a stream that maps to a view of the memory-mapped file. |
|
CreateViewStream(Int64, Int64) | Creates a stream that maps to a view of the memory-mapped file, and that has the specified offset and size. |
|
CreateViewStream(Int64, Int64, MemoryMappedFileAccess) | Creates a stream that maps to a view of the memory-mapped file, and that has the specified offset, size, and access type. |