C# Class DynamicLua.DynamicLuaFunction

Inheritance: System.Dynamic.DynamicObject
Afficher le fichier Open project: nrother/dynamiclua

Méthodes publiques

Méthode Description
Dispose ( ) : void
TryInvoke ( InvokeBinder binder, object args, object &result ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DynamicLuaFunction ( LuaFunction function, LuaInterface.Lua state ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

TryInvoke() public méthode

public TryInvoke ( InvokeBinder binder, object args, object &result ) : bool
binder System.Dynamic.InvokeBinder
args object
result object
Résultat bool