System.IO.UnmanagedMemoryStream: Property Members

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

Public Properties

[read-only]
override
CanReadbool.

Gets a value indicating whether a stream supports reading.

[read-only]
override
CanSeekbool.

Gets a value indicating whether a stream supports seeking.

[read-only]
override
CanWritebool.

Gets a value indicating whether a stream supports writing.

[read-only]
Capacitylong.

Gets the stream length (size) or the total amount of memory assigned to a stream (capacity).

[read-only]
override
Lengthlong.

Gets the length of the data in a stream.

override
Positionlong.

Gets or sets the current position in a stream.

PositionPointerbyte*.

Gets or sets a byte pointer to a stream based on the current position in the stream.