Mono Class Library: Overview

System.IO.UnmanagedMemoryStream: Members

The members of System.IO.UnmanagedMemoryStream are listed below.

See Also: Inherited members from System.IO.Stream

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
CanReadbool. Documentation for this section has not yet been entered.
[read-only]
override
CanSeekbool. Documentation for this section has not yet been entered.
[read-only]
override
CanWritebool. Documentation for this section has not yet been entered.
[read-only]
Capacitylong. Documentation for this section has not yet been entered.
[read-only]
override
Lengthlong. Documentation for this section has not yet been entered.
override
Positionlong. Documentation for this section has not yet been entered.
PositionPointerbyte*. Documentation for this section has not yet been entered.

Public Methods

override
Flush()
Documentation for this section has not yet been entered.
override
Read(byte[], int, int) : int
Documentation for this section has not yet been entered.
override
ReadByte() : int
Documentation for this section has not yet been entered.
override
Seek(long, SeekOrigin) : long
Documentation for this section has not yet been entered.
override
SetLength(long)
Documentation for this section has not yet been entered.
override
Write(byte[], int, int)
Documentation for this section has not yet been entered.
override
WriteByte(byte)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Documentation for this section has not yet been entered.
Initialize(byte*, long, long, FileAccess)
Documentation for this section has not yet been entered.