.NET/Link API Version 1.7 USE FRAMES

MathKernel.AutoCloseLink Property

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

[Visual Basic]
Public Property AutoCloseLink As Boolean
[C#]
public bool AutoCloseLink {get; set;}

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

MathKernel Class | Wolfram.NETLink Namespace | Dispose