Mono Class Library: OverviewSystem.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
[read-only] overrideCanRead bool. Gets a bool value indicating whether the current stream supports reading. [read-only] overrideCanSeek bool. Gets a bool value indicating whether the current stream supports seeking. [read-only] overrideCanWrite bool. Gets a bool value indicating whether the current stream supports writing. Capacity int. Gets or sets the number of bytes allocated for the current stream. [read-only] overrideLength long. Gets the length of the stream in bytes. overridePosition long. Gets or sets the current position within the stream.