.NET/Link API Version 1.7 USE FRAMES

IKernelLink.PutReference Method (Object)

Sends the object as its actual runtime type.

[Visual Basic]
Sub PutReference( _
   ByVal obj As Object _
)
[C#]
void PutReference(
   object obj
);

Parameters

obj
The object to send by reference.

Exceptions

Exception Type Condition
MathLinkException On any MathLink error.

See Also

IKernelLink Interface | Wolfram.NETLink Namespace | IKernelLink.PutReference Overload List | EnableObjectReferences | GetObject