摘要:
静态方法,直接上代码吧: 1 using System; 2 using System.Runtime.InteropServices; 3 4 namespace Macroresolute 5 { 6 public static class ProcessEx 7 { 8 private static class NativeMethods 9 {10 internal const uint GW_OWNER = 4;11 12 internal delegate bool EnumWindo... 阅读全文
posted @ 2012-04-25 16:26
Nabbiit
阅读(11275)
评论(3)
推荐(2)