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.
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. |
Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll)