The System.IO.SeekOrigin enumeration is used by the overrides of the Stream.Seek(long, SeekOrigin) method to set the seek reference point in a stream, which allows you to specify an offset from the reference point.
Member Name Description Begin Indicates that the seek reference point is the beginning of a stream. Current Indicates that the seek reference point is the current position within a stream. End Indicates that the seek reference point is the first byte beyond the end of a stream.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0