Click or drag to resize
MemoryStream Properties

The MemoryStream type exposes the following members.

Properties
  NameDescription
Public propertyLength
Gets the length in bytes of the stream.
(Overrides StreamLength.)
Public propertyPosition
Gets or sets the position within the current stream.
(Overrides StreamPosition.)
Public propertySystemStream
Returns MemoryStream instance from System.IO.
(Overrides StreamSystemStream.)
Top
See Also