ProxyStreamPosition - свойство

When overridden in a derived class, gets or sets the position within the current stream.

Definition

Пространство имён: Tessa.Platform.IO
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public override long Position { get; set; }

Возвращаемое значение

Int64
The current position within the stream.

Исключения

IOExceptionAn I/O error occurs.
NotSupportedExceptionThe stream does not support seeking.
ObjectDisposedExceptionMethods were called after the stream was closed.

См. также