SeekOrigin

SeekOrigin CF 1.0, ECMA 1.0, serializable

System.IO (mscorlib.dll) enum

This enumeration is used by the Stream.Seek( ) method. You can specify that you want to seek either from the beginning with Begin , from the current position with Current , or end with End .

 public enum  SeekOrigin  {  Begin = 0  ,  Current = 1  ,  End = 2  } 

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable , System.IConvertible) SeekOrigin

Passed To

BinaryWriter.Seek( ) , Stream.Seek( )



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net