IKernelLinkEnableObjectReferences Method
Call this method to enable the ability to pass .NET objects "by reference" to the Wolfram Language.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
void EnableObjectReferences()
Sub EnableObjectReferences
void EnableObjectReferences()
abstract EnableObjectReferences : unit -> unit
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.