UnmanagedMemoryStream.Position Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the current position in a stream.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | The stream is closed. |
| ArgumentOutOfRangeException | The position is set to a value that is less than zero, or the position is larger than MaxValue or results in overflow when added to the current pointer. |
Show: