예제 #1
0
        /// <summary>
        /// 执行某个方法
        /// </summary>

        public object Invoke(string type, string method, object instance, params object[] args)
        {
            return(script.Invoke(type, method, instance, args));
        }