标签:
[System.Runtime.InteropServices.DllImport("DebugToolWin",CallingConvention=CallingConvention.Cdecl)]
//该语句是引入非托管代码程序集
public static extern bool DebugOutStr(string strValue);
[System.Runtime.InteropServices.DllImport("DebugToolWin",CallingConvention=CallingConvention.Cdecl)]
public static extern bool DebugOutStrAndTime(string strValue);
标签:
原文地址:http://www.cnblogs.com/lishennan/p/4499435.html