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 | CanRead | bool. Documentation for this section has not yet been entered. |
[read-only] override | CanSeek | bool. Documentation for this section has not yet been entered. |
[read-only] override | CanWrite | bool. Documentation for this section has not yet been entered. |
[read-only] | Capacity | long. Documentation for this section has not yet been entered. |
[read-only] override | Length | long. Documentation for this section has not yet been entered. |
override | Position | long. Documentation for this section has not yet been entered. |
| PositionPointer | byte*. 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) : intDocumentation for this section has not yet been entered. |
override | ReadByte() : intDocumentation for this section has not yet been entered. |
override | Seek(long, SeekOrigin) : longDocumentation 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