IKernelLinkPutReference(Object) Method

Sends the object as its actual runtime type.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
void PutReference(
	Object obj
)

Parameters

obj  Object
The object to send by reference.

Exceptions

MathLinkExceptionOn any MathLink error.

See Also