DataReaderStreamLength - свойство

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

Definition

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

См. также