IMathLinkGetExpressionType Method

Gives the type of the current element in the expression currently being read.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
ExpressionType GetExpressionType()

Return Value

ExpressionType

Remarks

Unlike GetNextExpressionType, GetExpressionType will not advance to the next element if the current element has only been partially read.

Exceptions

MathLinkExceptionOn any MathLink error.

See Also