A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://reference.wolfram.com/language/NETLink/ref/net/Wolfram.NETLink.IMathLink.Put_overload_6.html below:

IMathLink.Put Method (Object)

Sends an object, including strings and arrays.

[Visual Basic]

Sub Put( _

ByVal

obj

As

Object

_

)

Parameters
obj
The object to send.
Remarks

Only 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 number

All 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 Also

IMathLink 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