PipeStreamWrapper<(Of <(<'TReadWrite>)>)> Constructor
Constructs a new PipeStreamWrapper object that reads from and writes to the given stream.
Namespace:
Devesprit.Scripter.IPC.Pipe.IOAssembly: Devesprit Scripter (in Devesprit Scripter.dll)
Syntax
public PipeStreamWrapper( PipeStream stream )
Public Sub New ( _ stream As PipeStream _ )
public: PipeStreamWrapper( PipeStream^ stream )
Parameters
- stream
- Type: PipeStream
Stream to read from and write to