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