The properties of System.IO.UnmanagedMemoryStream are listed below. For a list of all members, see the UnmanagedMemoryStream Members list.
See Also: Inherited members from System.IO.Stream
[read-only] override | CanRead | bool.
Gets a value indicating whether a stream supports reading. |
[read-only] override | CanSeek | bool.
Gets a value indicating whether a stream supports seeking. |
[read-only] override | CanWrite | bool.
Gets a value indicating whether a stream supports writing. |
[read-only] | Capacity | long.
Gets the stream length (size) or the total amount of memory assigned to a stream (capacity). |
[read-only] override | Length | long.
Gets the length of the data in a stream. |
override | Position | long.
Gets or sets the current position in a stream. |
PositionPointer | byte*.
Gets or sets a byte pointer to a stream based on the current position in the stream. |