前端之家收集整理的这篇文章主要介绍了
是否有等价于IsDebuggerPresent()的C#?,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我找到了这个
代码片段,但是当我调试时它不会返回true:
[DllImport("kernel32.dll",CharSet=CharSet.Auto,ExactSpelling=true)]
internal static extern bool IsDebuggerPresent();
是:
System.Diagnostics.Debugger.IsAttached
原文链接:https://www.f2er.com/csharp/93158.html