Initializes a new instance of the System.IO.MemoryStream class with an expandable capacity initialized to zero.
Gets the length of the stream in bytes.
The length of the stream in bytes.
When overridden in a derived class, sets the position within the current stream.
A byte offset relative to the origin parameter.
A value of type System.IO.SeekOrigin indicating the reference point used to obtain the new position.
The new position within the current stream.
Writes the stream contents to a byte array, regardless of the System.IO.MemoryStream.Position property.
A new byte array.
Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Creates a stream whose backing store is memory.