MathKernelInput Property

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

Definition

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

Property Value

Object

Remarks

The value must be a string or Expr.

Exceptions

ArgumentExceptionIf the value is not a string or Expr.

See Also