Sends an object, including strings and arrays.
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 |
| Exception Type | Condition |
|---|---|
| MathLinkException | On any MathLink error. |
IMathLink Interface | Wolfram.NETLink Namespace | IMathLink.Put Overload List