RTSharedMemory Seek Method IntervalZero RTX Managed Code
Sets the position within the current stream.

Namespace:  RTX.IO
Assembly:  IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)

Syntax

public override long Seek(
	long offset,
	SeekOrigin origin
)

Parameters

offset
Type: OnlineSystem Int64
A byte offset relative to the origin parameter.
origin
Type: OnlineSystem.IO SeekOrigin
A value of type System.IO.SeekOrigin indicating the reference point used to obtain the new position.

Return Value

Type: OnlineInt64
The new position within the current stream.
See Also