ProxyStreamPosition - свойство

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

Definition

Пространство имён: Tessa.Platform.IO
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.

См. также