SeekOrigin Enumeration

Provides the fields that represent reference points for seeking in data streams.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)

Syntax

[SerializableAttribute]
public enum SeekOrigin

Members

  Member name Description
Begin A value that specifies the beginning of a particular data stream.
Current A value that specifies the current position in a particular data stream.
End A value that specifies the end of a particular data stream.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

System.IO Namespace