Sends an object, including strings and arrays.
[Visual Basic]Sub Put( _
ByVal
objAs
Object_
)
ParametersOnly a limited set of .NET objects can be usefully sent across a link with this method. These are objects whose "values" have a meaningful representation in Mathematica:
Type Sent As: null the symbol Null string Mathematica string array list of the appropriate dimensions boxed primitive (Int32, Boolean, etc.) the unboxed value Expr expression Complex class Complex numberAll other objects have no meaningful "value" representation in
Mathematica. For these objects, the relatively useless obj.ToString() is sent. The
version of Put in the IKernelLink interface, which is the interface most programmers will be using, will put objects "by reference" if they have no meaningful value representation in
Mathematica, meaning that they show up as NETObject expressions.
Exceptions See AlsoIMathLink Interface | Wolfram.NETLink Namespace | IMathLink.Put Overload List
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