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.

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.

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

public:
property long long PointerOffset {
	long long get();
}

Property Value

Type: System::Int64

The 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
Return to top
Show:
© 2017 Microsoft