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 .NET Micro Framework version 2.0, 2.5