Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
.NET/Link API Version 1.4 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