SeekableStreamLength - свойство

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

Definition

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

См. также