[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);
时间: 2024-11-07 14:27:52