IKernelLinkEnableObjectReferences Method

Call this method to enable the ability to pass .NET objects "by reference" to the Wolfram Language.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
void EnableObjectReferences()

Remarks

You must call this before attempting to call PutReference(Object), or Put on an object that will be sent by reference.

You should call this only once on a given link, typically when it is first created.

See Also