 | MemoryPipeWrite Method |
Writes data to the pipe.
Namespace: Capgemini.CommonObjectUtilsAssembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntaxpublic void Write(
byte[] data
)
Public Sub Write (
data As Byte()
)
public:
void Write(
array<unsigned char>^ data
)
member Write :
data : byte[] -> unit
Parameters
- data
- Type: SystemByte
The data to write to the pipe.
See Also