Devesprit.Scripter.IPC.Pipe.IO Namespace
Classes
Class | Description | |
---|---|---|
![]() |
PipeStreamReader<(Of <(<'T>)>)> |
Wraps a PipeStream object and reads from it. Deserializes binary data sent by a PipeStreamWriter<(Of <(<'T>)>)>
into a .NET CLR object specified by T.
|
![]() |
PipeStreamWrapper<(Of <(<'TReadWrite>)>)> |
Wraps a PipeStream object to read and write .NET CLR objects.
|
![]() |
PipeStreamWrapper<(Of <(<'TRead, TWrite>)>)> |
Wraps a PipeStream object to read and write .NET CLR objects.
|
![]() |
PipeStreamWriter<(Of <(<'T>)>)> |
Wraps a PipeStream object and writes to it. Serializes .NET CLR objects specified by T
into binary form and sends them over the named pipe for a PipeStreamWriter<(Of <(<'T>)>)> to read and deserialize.
|