Click or drag to resize
MemoryStream Properties

The MemoryStream type exposes the following members.

Properties
  NameDescription
Public propertyCanRead
When overridden in a derived class, gets a value indicating whether the current stream supports reading.
(Inherited from Stream.)
Public propertyCanSeek
When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
(Inherited from Stream.)
Public propertyLength
When overridden in a derived class, gets the length in bytes of the stream.
(Inherited from Stream.)
Public propertyPosition
When overridden in a derived class, gets or sets the position within the current stream.
(Inherited from Stream.)
Top
See Also