Uses of Class
System.IO.SeekOrigin

Packages that use SeekOrigin
System.IO   
 

Uses of SeekOrigin in System.IO
 

Methods in System.IO that return SeekOrigin
static SeekOrigin SeekOrigin.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SeekOrigin[] SeekOrigin.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in System.IO with parameters of type SeekOrigin
abstract  long Stream.Seek(long offset, SeekOrigin origin)
          When overridden in a derived class, sets the position within the current stream.
 long MemoryStream.Seek(long offset, SeekOrigin origin)
          Sets the position within the current stream to the specified value.