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.
MemoryMappedViewStream::PointerOffset Property
[Supported in the .NET Framework 4.5.1 and later versions]
Gets the number of bytes by which the starting position of this view is offset from the beginning of the memory-mapped file.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System::Int64The number of bytes between the starting position of this view and the beginning of the memory-mapped file.
| Exception | Condition |
|---|---|
| InvalidOperationException | The object from which this instance was created is null. |
.NET Framework
Available since 4.5.1
Available since 4.5.1
Show: