AGS.Plugin.Lua.LuaDotNetObjectProxy.GetMethodProxy C# (CSharp) 메소드

GetMethodProxy() 공개 메소드

public GetMethodProxy ( IntPtr L, string name, MethodInfo methods ) : void
L System.IntPtr
name string
methods System.Reflection.MethodInfo
리턴 void
        public void GetMethodProxy(lua_State L, string name, MethodInfo[] methods)
        {
            proxiedMethods[name] = new LuaDotNetMethodProxy(L, this, name, methods);
        }