次の方法で共有


IStream メンバー

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

IStream 型は、以下のメンバーを公開しています。

メソッド

  名前 説明
パブリック メソッド Clone インフラストラクチャです。
パブリック メソッド Commit インフラストラクチャです。
パブリック メソッド LockRegion インフラストラクチャです。
パブリック メソッド RemoteCopyTo インフラストラクチャです。
パブリック メソッド RemoteRead インフラストラクチャです。 (ISequentialStream から継承されています。)
パブリック メソッド RemoteRead(Byte%, UInt32, UInt32%) インフラストラクチャです。
パブリック メソッド RemoteSeek インフラストラクチャです。
パブリック メソッド RemoteWrite インフラストラクチャです。 (ISequentialStream から継承されています。)
パブリック メソッド RemoteWrite(Byte%, UInt32, UInt32%) インフラストラクチャです。
パブリック メソッド Revert インフラストラクチャです。
パブリック メソッド SetSize インフラストラクチャです。
パブリック メソッド Stat
パブリック メソッド UnlockRegion インフラストラクチャです。

Top