Mono Class Library: System.IO Namespace

System.IO.SeekOrigin Enumeration

Defines the seek reference positions. [Edit]
[System.Runtime.InteropServices.ComVisible(true)]
public enum SeekOrigin

Remarks

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. [Edit]

Members

Member NameDescription
Begin Indicates that the seek reference point is the beginning of a stream. [Edit]
Current Indicates that the seek reference point is the current position within a stream. [Edit]
End Indicates that the seek reference point is the first byte beyond the end of a stream. [Edit]

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0