C# Class BOLTStack.LuaBaseFunctor

Inheritance: LuaBase
Mostra file Open project: fanfeilong/boltstack

Protected Properties

Property Type Description
_lastTopIndex int
_luaFunctionRefIndex int
_luaState System.IntPtr

Protected Methods

Method Description
BeginCall ( ) : void
EndCall ( ) : void
LuaBaseFunctor ( IntPtr luaState ) : System
OnDisposeUnmangedResources ( ) : void

Method Details

BeginCall() protected method

protected BeginCall ( ) : void
return void

EndCall() protected method

protected EndCall ( ) : void
return void

LuaBaseFunctor() protected method

protected LuaBaseFunctor ( IntPtr luaState ) : System
luaState System.IntPtr
return System

OnDisposeUnmangedResources() protected method

protected OnDisposeUnmangedResources ( ) : void
return void

Property Details

_lastTopIndex protected_oe property

protected int _lastTopIndex
return int

_luaFunctionRefIndex protected_oe property

protected int _luaFunctionRefIndex
return int

_luaState protected_oe property

protected IntPtr,System _luaState
return System.IntPtr