static public int seekWindow(IntPtr l) { try { LWindowManager self = (LWindowManager)checkSelf(l); System.String a1; checkType(l, 2, out a1); var ret = self.seekWindow(a1); pushValue(l, true); pushValue(l, ret); return(2); } catch (Exception e) { return(error(l, e)); } }