[]
ISequentialStream
[Guid("0c733a30-2a1c-11ce-ade5-00aa0044773d")]
[Shadow(typeof(ComStreamBaseShadow))]
public interface IStreamBase : ICallbackable, IDisposable
<Guid("0c733a30-2a1c-11ce-ade5-00aa0044773d")>
<Shadow(GetType(ComStreamBaseShadow))>
Public Interface IStreamBase
Inherits ICallbackable, IDisposable
| Name | Description |
|---|---|
| Read(IntPtr, int) | Reads a specified number of bytes from the stream object into memory starting at the current seek pointer. |
| Write(IntPtr, int) | Writes a specified number of bytes into the stream object starting at the current seek pointer. |