Click or drag to resize
MemoryPipeRead Method
Reads data from the pipe.

Namespace: Capgemini.CommonObjectUtils
Assembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntax
public byte[] Read(
	int count
)

Parameters

count
Type: SystemInt32
The number of bytes to read from the pipe.

Return Value

Type: Byte
An array containing the read bytes.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException This is thrown if the caller has requested more data than the pipe contains.
See Also