Output Info Functions in C#

There are 3:

1. Console.WriteLine-- it's for console application only.

To see in output window:

2. Debug.WriteLine

3. Trace.WriteLine (You just have to make sure the the TRACE compiler constant is defined.)

posted @ 2010-04-15 14:17  能巴  阅读(162)  评论(0编辑  收藏  举报