MemoryStream::Position Property
.NET Framework (current version)
Gets or sets the current position within the stream.
Assembly: mscorlib (in mscorlib.dll)
public: property long long Position { virtual long long get() override; virtual void set(long long value) override; }
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The position is set to a negative value or a value greater than MaxValue. |
| ObjectDisposedException | The stream is closed. |
This code example is part of a larger example provided for the MemoryStream class.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: