.NET/Link API Version 1.7 USE FRAMES

MathKernel.Messages Property

Gets the accumulated strings from Mathematica Message output during the last call to Compute.

[Visual Basic]
Public ReadOnly Property Messages As String()
[C#]
public string[] Messages {get;}

Remarks

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

See Also

MathKernel Class | Wolfram.NETLink Namespace