示例#1
0
 public static int lua_dostring(IntPtr luaState, string chunk)
 {
     return(LuaNativeMethods.luaL_dostring(luaState, chunk));
 }