.NET/Link API Version 1.7 USE FRAMES

IMathLink.TransferExpression Method 

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

[Visual Basic]
Sub TransferExpression( _
   ByVal source As IMathLink _
)
[C#]
void TransferExpression(
   IMathLink source
);

Parameters

source
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

Exception Type Condition
MathLinkException On any MathLink error.

See Also

IMathLink Interface | Wolfram.NETLink Namespace | ILoopbackLink