Sets the current position of this stream to the given value. While some streams may support positioning beyond the length of the stream, others will throw an exception in this case.
[Visual Basic] Overrides Public Function Seek( _ ByVal offset As Long, _ ByVal origin As SeekOrigin _ ) As Long [C#] public override long Seek( long offset, SeekOrigin origin ); [C++] public: override __int64 Seek( __int64 offset, SeekOrigin origin ); [JScript] public override function Seek( offset : long, origin : SeekOrigin ) : long;
The new position in the stream.
IsolatedStorageFileStream Class | IsolatedStorageFileStream Members | System.IO.IsolatedStorage Namespace