Click or drag to resize
ByteStreamSeek Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.ByteStream.Seek(System.Int64,System.IO.SeekOrigin)"]

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public override long Seek(
	long offset,
	SeekOrigin origin
)

Parameters

offset
Type: SystemInt64

[Missing <param name="offset"/> documentation for "M:VRage.ByteStream.Seek(System.Int64,System.IO.SeekOrigin)"]

origin
Type: System.IOSeekOrigin

[Missing <param name="origin"/> documentation for "M:VRage.ByteStream.Seek(System.Int64,System.IO.SeekOrigin)"]

Return Value

Type: Int64

[Missing <returns> documentation for "M:VRage.ByteStream.Seek(System.Int64,System.IO.SeekOrigin)"]

See Also