.NET/Link API Version 1.7 USE FRAMES

MathKernel.LinkArguments Property

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

[Visual Basic]
Public Property LinkArguments As String
[C#]
public string LinkArguments {get; set;}

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

MathKernel Class | Wolfram.NETLink Namespace