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.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Overrides Property Position As Long
public override long Position { get; set; }

Property Value

Type: System..::.Int64
The current position in the stream.

Exceptions

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.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

UnmanagedMemoryStream Class

System.IO Namespace