Mono Class Library: System.IO.Stream Overview | MembersSystem.IO.Stream.Position Property |
Gets or sets the position within the current stream. [Edit]
|
A long that specifies the current position within the stream. [Edit]
Type Reason System.IO.IOException An I/O error has occurred. [Edit] NotSupportedException The stream does not support seeking. [Edit] ObjectDisposedException The stream is closed. [Edit]
The stream is required to support seeking to get or set the position.
Note: Use the Stream.CanSeek property to determine whether the current instance supports seeking.Classes that derive from System.IO.Stream are required to provide an implementation of this property.
Operation
As described above. [Edit]
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0