Tao.Lua SDK Documentation

Lua Class

Lua bindings for .NET, implementing Lua 5.1.1 (http://www.lua.org).

For a list of all members of this type, see Lua Members.

System.Object
   Tao.Lua.Lua

[Visual Basic]
MustInherit NotInheritable Public Class Lua
[C#]
public abstract sealed class Lua

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Lua is a powerful light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone language.

More information can be found at the official website (http://www.lua.org).

Requirements

Namespace: Tao.Lua

Assembly: Tao.Lua (in Tao.Lua.dll)

See Also

Lua Members | Tao.Lua Namespace