MemoryStream Properties |
The MemoryStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanRead | When overridden in a derived class, gets a value indicating whether the current stream supports reading. (Inherited from Stream.) |
![]() | CanSeek | When overridden in a derived class, gets a value indicating whether the current stream supports seeking. (Inherited from Stream.) |
![]() | Length | When overridden in a derived class, gets the length in bytes of the stream. (Inherited from Stream.) |
![]() | Position | When overridden in a derived class, gets or sets the position within the current stream. (Inherited from Stream.) |