IStream Interface
Reads and writes data to stream objects. For more information, see IStream.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<GuidAttribute("0000000C-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IStream _
Inherits ISequentialStream
[GuidAttribute("0000000C-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IStream : ISequentialStream
The IStream type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | ||
Commit | ||
CopyTo | ||
LockRegion | ||
Read(array<Byte[], UInt32, UInt32%) | (Inherited from ISequentialStream.) | |
Read(array<Byte[], UInt32, UInt32%) | ||
Revert | ||
Seek | ||
SetSize | ||
Stat | ||
UnlockRegion | ||
Write(array<Byte[], UInt32, UInt32%) | (Inherited from ISequentialStream.) | |
Write(array<Byte[], UInt32, UInt32%) |
Top