Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.

ShowNETConsole

ShowNETConsole[]
displays the .NET console window and begins capturing output sent to the Console.Out and Console.Error streams.
ShowNETConsole["stdout"]
captures only Console.out.
ShowNETConsole["stderr"]
captures only Console.Error.
  • To use ShowNETConsole, you first need to load .NET/Link using Needs["NETLink`"].
  • Anything written to these streams before ShowNETConsole is first called will not appear, and closing the console window will stop capturing the streams (until ShowNETConsole is called again).
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team