MathKernelPrintOutput Property

Gets the accumulated strings from the Wolfram Language Print output during the last call to Compute.

Definition

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

Property Value

String

Remarks

You must set the CapturePrint property to true to use this property.

See Also