static public int Save(IntPtr l) { try { Dsl.DslFile self = (Dsl.DslFile)checkSelf(l); System.String a1; checkType(l, 2, out a1); self.Save(a1); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }