|
CachedFileStreamLength Property
|
When overridden in a derived class, gets the length in bytes of the stream.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic override long Length { get; }Public Overrides ReadOnly Property Length As Long
Get
public:
virtual property long long Length {
long long get () override;
}abstract Length : int64 with get
override Length : int64 with get
View SourceReturn Value
Int64
A long value representing the length of the stream in bytes.
Exceptions| Exception | Condition |
|---|
| ObjectDisposedException | Methods were called after the stream was closed. |
See Also