.NET/Link API Version 1.7 USE FRAMES

ExpressionType Enumeration

Designates the type of a Mathematica expression being read or written on a link, or in an Expr. Used by the IMathLink methods PutNext, GetExpressionType, and GetNextExpressionType, and by the Expr class.

[Visual Basic]
Public Enum ExpressionType
[C#]
public enum ExpressionType

Members

Member Name Description
Integer A Mathematica integer.
Real A Mathematica real number.
String A Mathematica string.
Symbol A Mathematica symbol.
Boolean A Mathematica symbol that is True or False.
Complex A Mathematica Complex number.
Object A NETObject expression (a Mathematica reference to a .NET object).
Function A Mathematica function, including List.

Requirements

Namespace: Wolfram.NETLink

Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll)

See Also

Wolfram.NETLink Namespace