Mono Class Library: Overview

System.IO.MemoryStream: Property Members

The properties of System.IO.MemoryStream are listed below. For a list of all members, see the MemoryStream Members list.

See Also: Inherited members from System.IO.Stream

Public Properties

[read-only]
override
CanReadbool. Gets a bool value indicating whether the current stream supports reading.
[read-only]
override
CanSeekbool. Gets a bool value indicating whether the current stream supports seeking.
[read-only]
override
CanWritebool. Gets a bool value indicating whether the current stream supports writing.
Capacityint. Gets or sets the number of bytes allocated for the current stream.
[read-only]
override
Lengthlong. Gets the length of the stream in bytes.
override
Positionlong. Gets or sets the current position within the stream.