C# Class DynamicLua.DynamicLuaFunction

Inheritance: System.Dynamic.DynamicObject
ファイルを表示 Open project: nrother/dynamiclua

Public Methods

Method Description
Dispose ( ) : void
TryInvoke ( InvokeBinder binder, object args, object &result ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
DynamicLuaFunction ( LuaFunction function, LuaInterface.Lua state ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

TryInvoke() public method

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