.NET/Link API Version 1.7 USE FRAMES

IMathLink.GetNextExpressionType Method 

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

[Visual Basic]
Function GetNextExpressionType() As ExpressionType
[C#]
ExpressionType GetNextExpressionType();

Remarks

To check the type of a partially read element without advancing to the next element, use GetExpressionType.

Exceptions

Exception Type Condition
MathLinkException On any MathLink error.

See Also

IMathLink Interface | Wolfram.NETLink Namespace | GetExpressionType