SmartMemory Management

SmartMemoryStream.Seek Method 

Sets the position within to the specified value.

[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
);

Parameters

offset
The new position relative to the origin.
origin
One of the three SeekOrigin values.

Return Value

See Also

SmartMemoryStream Class | InfiniTec.SystemUtilities Namespace