IMathLinkTransferExpression Method

Reads a complete expression from the named link and writes it to this link.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
void TransferExpression(
	IMathLink source
)

Parameters

source  IMathLink
The link to read from.

Remarks

This is an exceedingly fast way to move data from one link to another. It is often used to read data from a link and store it on a loopback link.

Exceptions

MathLinkExceptionOn any MathLink error.

See Also