Table of Contents

Enum SeekOrigin

Namespace
System.IO
Assembly
System.IO.Streams.dll

Specifies the position in a stream to use for seeking.

public enum SeekOrigin

Fields

Begin = 0

Specifies the beginning of a stream.

Current = 1

Specifies the current position within a stream.

End = 2

Specifies the end of a stream.

Remarks

These constants match Win32's FILE_BEGIN, FILE_CURRENT, and FILE_END