MathKernelLinkArguments Property

Gets or sets the command string that will be passed to CreateKernelLink to attach to the Wolfram Language kernel.

Definition

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

Property Value

String

Remarks

The value will only be used if the link is actually created by this MathKernel object. In other words, if you are going to set this property, you must do so before the link is created (this happens in the first call to the Compute or Connect methods).

See Also