コード例 #1
0
 public static bool HasDebuggerAttached(this Process p)
 {
     return(VisualStudio.IsDebugging(p.ProcessID));
 }