PipeStream::Seek Method (Int64, SeekOrigin)
.NET Framework (current version)
Sets the current position of the current stream to the specified value.
Assembly: System.Core (in System.Core.dll)
Parameters
- offset
-
Type:
System::Int64
The point, relative to origin, to begin seeking from.
- origin
-
Type:
System.IO::SeekOrigin
Specifies the beginning, the end, or the current position as a reference point for offset, using a value of type SeekOrigin.
The Seek method is not supported in pipes and raises a NotSupportedException when it is called.
.NET Framework
Available since 3.5
Available since 3.5
Show: