Stream.Length Property
Silverlight
When overridden in a derived class, gets the length in bytes of the stream.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| NotSupportedException | A class derived from Stream does not support seeking. |
| ObjectDisposedException | Methods were called after the stream was closed. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: