Reads any single expression off the link and returns an appropriate object. Overrides the IMathLink version to allow you to read NETObject expressions.
[Visual Basic]Function GetObject() As
Object RemarksThis method works to read any expression that has a "natural" mapping into a .NET type. The following table shows how expressions are read:
Incoming Mathematica expression Read as: Integer Int32 Real Double True or False Boolean Nullnull
String or Symbol String Complex number Complex type Function Array NETObject the .NET object it refers to
This behavior is exactly like the
version in the IMathLink interfaceexcept that it addds the ability to read NETObject expressions as the objects they refer to. In other words, you can read .NET objects sent from
Mathematica.
You must call EnableObjectReferences before you can send or receive object references.
Exceptions Exception Type Condition MathLinkException If the waiting data cannot be read in this format, or on any other MathLink error. See AlsoIKernelLink Interface | Wolfram.NETLink Namespace | EnableObjectReferences | GetNextExpressionType | GetExpressionType | PutReference
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4