C# Class LuaSharp.RemoteFunction

Represents a function that allows one Lua state to call another.
Inheritance: ClrFunction
Afficher le fichier Open project: jsimmons/LuaSharp

Méthodes publiques

Свойство Type Description
Instance RemoteFunction
LookupFunction Lua>.Func

Méthodes publiques

Méthode Description
RemoteFunction ( ) : System

Initializes a new instance of the LuaSharp.RemoteFunction class.

Méthodes protégées

Méthode Description
OnInvoke ( Lua state, object args ) : object[]

Private Methods

Méthode Description
Invoke ( IntPtr s ) : int

Method Details

OnInvoke() protected méthode

protected OnInvoke ( Lua state, object args ) : object[]
state Lua
args object
Résultat object[]

RemoteFunction() public méthode

Initializes a new instance of the LuaSharp.RemoteFunction class.
public RemoteFunction ( ) : System
Résultat System

Property Details

Instance public_oe static_oe property

The function instance.
public static RemoteFunction,LuaSharp Instance
Résultat RemoteFunction

LookupFunction public_oe static_oe property

Performs a lookup
public static Func LookupFunction
Résultat Lua>.Func