NLua.Lua Member List

This is the complete list of members for NLua.Lua, including all inherited members.

Close()NLua.Lua
DebugHookNLua.Lua
Dispose()NLua.Luavirtual
DoFile(string fileName)NLua.Lua
DoString(byte[] chunk, string chunkName="chunk")NLua.Lua
DoString(string chunk, string chunkName="chunk")NLua.Lua
GetFunction(string fullPath)NLua.Lua
GetFunction(Type delegateType, string fullPath)NLua.Lua
GetHookCount()NLua.Lua
GetHookMask()NLua.Lua
GetLocal(LuaDebug luaDebug, int n)NLua.Lua
GetNumber(string fullPath)NLua.Lua
GetString(string fullPath)NLua.Lua
GetTable(string fullPath)NLua.Lua
GetTable(Type interfaceType, string fullPath)NLua.Lua
GetTableDict(LuaTable table)NLua.Lua
GetUpValue(int funcindex, int n)NLua.Lua
GlobalsNLua.Lua
HookExceptionNLua.Lua
IsExecutingNLua.Lua
LoadCLRPackage()NLua.Lua
LoadFile(string fileName)NLua.Lua
LoadString(string chunk, string name)NLua.Lua
LoadString(byte[] chunk, string name)NLua.Lua
Lua()NLua.Lua
Lua(LuaState lState)NLua.Lua
NewTable(string fullPath)NLua.Lua
Pop()NLua.Lua
Push(object value)NLua.Lua
RegisterFunction(string path, MethodBase function)NLua.Lua
RegisterFunction(string path, object target, MethodBase function)NLua.Lua
RegisterLuaClassType(Type klass, Type luaClass)NLua.Lua
RegisterLuaDelegateType(Type delegateType, Type luaDelegateType)NLua.Lua
RemoveDebugHook()NLua.Lua
SetDebugHook(EventMasks mask, int count)NLua.Lua
SetLocal(LuaDebug luaDebug, int n)NLua.Lua
SetUpValue(int funcindex, int n)NLua.Lua
this[string fullPath]NLua.Lua