IDuplexPipe 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義提供可讀取和寫入資料之雙面管道的類別。
public interface class IDuplexPipe
public interface IDuplexPipe
type IDuplexPipe = interface
Public Interface IDuplexPipe
屬性
Input |
取得 PipeReader 雙面管道的一面。 |
Output |
取得 PipeWriter 雙面管道的一面。 |