예제 #1
0
 public static string GetHwndInfoString(HwndObject o)
 {
     return(String.Format("{0:x}", o.GetHashCode()) + "\t[" + o.ClassName + "]\t" + o.Title);
 }