ISequentialStream 接口

定义

支持对流进行简单的顺序访问。 有关详细信息,请参阅 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)

适用于