Stream.Length Proprietà
Definizione
Quando ne viene eseguito l'override in una classe derivata, ottiene la lunghezza in byte del flusso.When overridden in a derived class, gets the length in bytes of the stream.
public:
abstract property long Length { long get(); };
public abstract long Length { get; }
member this.Length : int64
Public MustOverride ReadOnly Property Length As Long
Valore della proprietà
Valore long che rappresenta la lunghezza del flusso in byte.A long value representing the length of the stream in bytes.
Eccezioni
Una classe derivata da Stream
non supporta la ricerca.A class derived from Stream
does not support seeking.
Sono stati chiamati dei metodi dopo la chiusura del flusso.Methods were called after the stream was closed.