示例#1
0
        public long AutoGCFun(IntPtr es)
        {
            bool t = ltf.JsValue2Boolean(es, ltf.GetJsParameter(es, 0));

            ltf.IsAutoGC(t, 50);
            return(ltf.JsUndefined());
        }