SmartMemoryManagement

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
);
[C++]
public: __int64 Seek(
   __int64 offset,
   SeekOrigin origin
);
[JScript]
public override function Seek(
   long offset,
   SeekOrigin origin
): long;

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