Changes the position within the current stream by the given offset, which is relative to the stated origin.
[Edit]
Parameters
- offset
- A long that specifies the new position within the stream. This is relative to the loc parameter, and can be positive or negative.
[Edit]
- loc
- A System.IO.SeekOrigin value that specifies the seek reference point.
[Edit]
Returns
A long containing the new position within the stream, calculated by
combining the seek reference point and the offset.
[Edit]
Exceptions
Remarks
Requirements
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0