'DeclarationPublic Overrides Function Seek( _ ByVal offset As Long, _ ByVal origin As SeekOrigin _ ) As Long
public override long Seek( long offset, SeekOrigin origin )
Parameters
- offset
 - A byte offset relative to the origin parameter.The offset from the origin to seek.
 - origin
 - A value of type System.IO.SeekOrigin indicating the reference point used to obtain the new position.The origin to seek from.
 
Return Value
The new position within the current stream.The new position.