Seek Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Sets the position within the current stream.

Namespace:  System.IO.Ports
Assembly:  Microsoft.SPOT.Hardware.SerialPort (in Microsoft.SPOT.Hardware.SerialPort.dll)

Syntax

'Declaration
Public Overrides Function Seek ( _
    offset As Long, _
    origin As SeekOrigin _
) As Long
public override long Seek(
    long offset,
    SeekOrigin origin
)
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 
public override function Seek(
    offset : long, 
    origin : SeekOrigin
) : long

Parameters

Return Value

Type: System. . :: . .Int64
The new position within the current stream.

Remarks

This implementation throws NotSupportedException in all cases.

.NET Framework Security

See Also

Reference

SerialPort Class

System.IO.Ports Namespace