Tao.Lua SDK Documentation

Lua.lua_Debug.namewhat Field

explains the name field. The value of namewhat can be "global", "local", "method", "field", "upvalue", or "" (the empty string), according to how the function was called. (Lua uses the empty string when no other option seems to apply.)

[Visual Basic]
Public namewhat As SByte
[C#]
public sbyte namewhat;

See Also

Lua.lua_Debug Class | Tao.Lua Namespace