| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 论坛
 上传资源
上传编程相关的资源,源源不断赚取资源分,以备将来下载之需
ziyouhenzi
文件大小:222.84 KB
文件类型:zip
发布时间:2019-09-07 10:20:21
需资源分:2
下载次数:0
Tag:调试输出  测试工具  Debug  Dbgview
::资源简介::
调试工具,用于软件调试输出。
C#使用方法:

[System.Runtime.InteropServices.DllImport("kernel32.dll", CharSet = System.Runtime.InteropServices.CharSet.Auto)]
        public static extern void OutputDebugString(string message);

Trace.Write("Trace");
Debug.Write("Debug");
Debugger.Log(0, null, "Debugger");
OutputDebugString("OutputDebugString");
四个输出语句均能输出到DebugView.exe里面
::下载地址::

BCCN本地下载 
开通VIP
可免资源分下载所有资源
::下载本资源的人也下载了::
::作者其它资源::
 
>> 评论
 
热门Tag:
 
编程中国 版权所有,并保留所有权利。 在线客服
微信扫码咨询

Powered by BCCN 1.020, Processed in 0.011710 second(s)
Copyright©2010-2024, BCCN.NET, All Rights Reserved

在线客服
微信扫码咨询