Sets the position within the current stream.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public abstract long? Seek(
long offset,
SeekOrigin origin
)
Parameters
- offset
- Type: SystemInt64
A byte offset relative to the origin parameter. - origin
- Type: System.IOSeekOrigin
A value indicating the reference point used to obtain the new position.
Return Value
Type:
NullableInt64The new position within the current stream or null if this information is unknown.
See Also