什么是Console.WriteLine()中的WinForms的目的 [英] What is the Purpose of Console.WriteLine() in Winforms

查看:165
本文介绍了什么是Console.WriteLine()中的WinForms的目的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我曾经看到一个的winform 应用程序的源代码,该代码有一个 Console.WriteLine(); 。我问其中的原因,我被告知,这是用于调试目的



PLS是什么精华Console.WriteLine(); 的winform 和它进行什么动作,因为当我尝试使用它,它从来没有写过任何东西。


< DIV CLASS =h2_lin>解决方案

它写入到控制台。



最终用户将无法看到它,说实话它的干净得多将其放到一个适当的日志,但如果通过VS运行控制台窗口将填充。


I once saw the source code of a winform application and the code had a Console.WriteLine();. I asked the reason for that and i was told that it was for debugging purposes.

Pls what is the essence of Console.WriteLine(); in a winform and what action does it perform because when i tried using it, it never wrote anything.

解决方案

It writes to the Console.

The end user won't see it, and to be honest its much cleaner to put it into a proper log, but if you run it through VS the Console window will populate.

这篇关于什么是Console.WriteLine()中的WinForms的目的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆