.NET/Link API Version 1.7 USE FRAMES

IMathLink.GetExpr Method 

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

[Visual Basic]
Function GetExpr() As Expr
[C#]
Expr GetExpr();

Remarks

The returned Expr can be examined and manipulated later.

Exceptions

Exception Type Condition
MathLinkException On any MathLink error.

See Also

IMathLink Interface | Wolfram.NETLink Namespace | Expr | PeekExpr