ISequentialStream 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
支持对流进行简单的顺序访问。 有关详细信息,请参阅 ISequentialStream。
public interface class ISequentialStream
public interface class ISequentialStream
__interface ISequentialStream
[System.Runtime.InteropServices.Guid("0C733A30-2A1C-11CE-ADE5-00AA0044773D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ISequentialStream
[<System.Runtime.InteropServices.Guid("0C733A30-2A1C-11CE-ADE5-00AA0044773D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ISequentialStream = interface
Public Interface ISequentialStream
- 派生
- 属性
方法
| Read(Byte[], UInt32, UInt32) | |
| Write(Byte[], UInt32, UInt32) |