LumiSoft Net Help
Seek Method (offset, origin)
NamespacesLumiSoft.Net.IOJunkingStreamSeek(Int64, SeekOrigin)
Sets the current position of the stream to the given value. This method always throws a NotSupportedException.
Declaration Syntax
C#Visual BasicVisual C++F#
public override long Seek(
	long offset,
	SeekOrigin origin
)
Public Overrides Function Seek ( 
	offset As Long,
	origin As SeekOrigin
) As Long
public:
virtual long long Seek(
	long long offset, 
	SeekOrigin origin
) override
abstract Seek : 
        offset : int64 * 
        origin : SeekOrigin -> int64 
override Seek : 
        offset : int64 * 
        origin : SeekOrigin -> int64 
Parameters
offset (Int64)
This parameter is not used.
origin (SeekOrigin)
This parameter is not used.
Return Value
Int64

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

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119