IMathLinkGetExpr Method

Reads an arbitrary expression from the link and creates an Expr from it.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
Expr GetExpr()

Return Value

Expr

Remarks

The returned Expr can be examined and manipulated later.

Exceptions

MathLinkExceptionOn any MathLink error.

See Also