MathKernelAutoCloseLink Property

Gets or sets whether the link should be closed when this MathKernel object is disposed.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public bool AutoCloseLink { get; set; }

Property Value

Boolean

Remarks

In the typical case, where this MathKernel object launched the kernel, you should leave this property at its default value of true.

See Also