Sets the current position of the stream to the given value. This method always throws a NotSupportedException.
| C# | Visual Basic | Managed C++ |
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
- offset (Int64)
- This parameter is not used.
- origin (SeekOrigin)
- This parameter is not used.
[Missing <returns> documentation for M:LumiSoft.Net.JunkingStream.Seek(System.Int64,System.IO.SeekOrigin)]
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)