コード例 #1
0
ファイル: NativeMethods.cs プロジェクト: xiuzhifu/Redirection
 internal static extern int lua_getinfo(IntPtr L, byte *what, ref Lua.lua_Debug ar);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: xiuzhifu/Redirection
 internal static extern int lua_getstack(IntPtr L, int level, ref Lua.lua_Debug ar);