This topic has not yet been rated - Rate this topic

SeekOrigin Enumeration

.NET Micro Framework 3.0
Provides the fields that represent reference points for seeking in data streams.

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

[SerializableAttribute]
public enum SeekOrigin
 Member nameDescription
BeginA value that specifies the beginning of a particular data stream.
CurrentA value that specifies the current position in a particular data stream.
EndA value that specifies the end of a particular data stream.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.