Click or drag to resize
MemoryPipeWrite Method
Writes data to the pipe.

Namespace: Capgemini.CommonObjectUtils
Assembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntax
public void Write(
	byte[] data
)

Parameters

data
Type: SystemByte
The data to write to the pipe.
See Also