Mono Class Library: System.IO.FileStream Overview | MembersSystem.IO.FileStream.Position Property |
Gets or sets the current position of this stream. [Edit]
|
A long containing the current position of this stream. [Edit]
Type Reason NotSupportedException The current stream does not support seeking. [Edit] System.IO.IOException An I/O error occurred. [Edit] System.IO.EndOfStreamException Attempted seeking past the end of a stream that does not support this. [Edit] ArgumentOutOfRangeException The value specified for a set operation is negative. [Edit]
The position can be set beyond the end of the stream. [Edit]
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0