ProxyStreamLength - свойство

When overridden in a derived class, gets the length in bytes of the stream.

Definition

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

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

Int64
A long value representing the length of the stream in bytes.

Исключения

NotSupportedExceptionA class derived from Stream does not support seeking.
ObjectDisposedExceptionMethods were called after the stream was closed.

См. также