MathKernelMessages Property

Gets the accumulated strings from the Wolfram Language Message 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[] Messages { get; }

Property Value

String

Remarks

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

See Also