Method |
Description |
|
FindType ( string className ) : Type |
|
|
IsILua ( object o ) : bool |
|
|
addObject ( object obj ) : int |
|
|
collectObject ( int udata ) : void |
Given the Lua int ID for an object remove it from our maps |
|
collectObject ( object o, int udata ) : void |
Given an object reference, remove it from our maps |
|
createBaseClassMetatable ( IntPtr luaState ) : void |
|
|
createClassMetatable ( IntPtr luaState ) : void |
|
|
createFunctionMetatable ( IntPtr luaState ) : void |
|
|
createIndexingMetaFunction ( IntPtr luaState ) : void |
|
|
createLuaObjectList ( IntPtr luaState ) : void |
|
|
ctype ( IntPtr luaState ) : int |
|
|
enumFromInt ( IntPtr luaState ) : int |
|
|
getAsType ( IntPtr luaState, int stackPos, Type paramType ) : object |
|
|
getConstructorSignature ( IntPtr luaState ) : int |
|
|
getFunction ( IntPtr luaState, int index ) : LuaFunction |
|
|
getMethodSignature ( IntPtr luaState ) : int |
|
|
getNetObject ( IntPtr luaState, int index ) : object |
|
|
getObject ( IntPtr luaState, int index ) : object |
|
|
getRawNetObject ( IntPtr luaState, int index ) : object |
|
|
getTable ( IntPtr luaState, int index ) : LuaTable |
|
|
getUserData ( IntPtr luaState, int index ) : LuaUserData |
|
|
importType ( IntPtr luaState ) : int |
|
|
loadAssembly ( IntPtr luaState ) : int |
|
|
matchParameters ( IntPtr luaState, MethodBase method, MethodCache &methodCache ) : bool |
|
|
popValues ( IntPtr luaState, int oldTop ) : object[] |
|
|
popValues ( IntPtr luaState, int oldTop, Type popTypes ) : object[] |
|
|
push ( IntPtr luaState, object o ) : void |
|
|
pushFunction ( IntPtr luaState, LuaCSFunction func ) : void |
|
|
pushNewObject ( IntPtr luaState, object o, int index, string metatable ) : void |
|
|
pushObject ( IntPtr luaState, object o, string metatable ) : void |
|
|
pushType ( IntPtr luaState, Type t ) : void |
|
|
registerTable ( IntPtr luaState ) : int |
|
|
returnValues ( IntPtr luaState, object returnValues ) : int |
|
|
setGlobalFunctions ( IntPtr luaState ) : void |
|
|
tableToArray ( object luaParamValue, Type paramArrayType ) : Array |
|
|
throwError ( IntPtr luaState, object e ) : void |
|
|
typeOf ( IntPtr luaState, int idx ) : Type |
|
|
unregisterTable ( IntPtr luaState ) : int |
|
|