.NET/Link API Version 1.7 USE FRAMES

MathKernel.Input Property

Gets or sets the input to Mathematica that will be used in the next call to Compute.

[Visual Basic]
Public Property Input As Object
[C#]
public object Input {get; set;}

Remarks

The value must be a string or Expr.

Exceptions

Exception Type Condition
ArgumentException If the value is not a string or Expr.

See Also

MathKernel Class | Wolfram.NETLink Namespace