C# Class BOLTStack.LuaBaseFunctor

Inheritance: LuaBase
Afficher le fichier Open project: fanfeilong/boltstack

Protected Properties

Свойство Type Description
_lastTopIndex int
_luaFunctionRefIndex int
_luaState System.IntPtr

Méthodes protégées

Méthode Description
BeginCall ( ) : void
EndCall ( ) : void
LuaBaseFunctor ( IntPtr luaState ) : System
OnDisposeUnmangedResources ( ) : void

Method Details

BeginCall() protected méthode

protected BeginCall ( ) : void
Résultat void

EndCall() protected méthode

protected EndCall ( ) : void
Résultat void

LuaBaseFunctor() protected méthode

protected LuaBaseFunctor ( IntPtr luaState ) : System
luaState System.IntPtr
Résultat System

OnDisposeUnmangedResources() protected méthode

protected OnDisposeUnmangedResources ( ) : void
Résultat void

Property Details

_lastTopIndex protected_oe property

protected int _lastTopIndex
Résultat int

_luaFunctionRefIndex protected_oe property

protected int _luaFunctionRefIndex
Résultat int

_luaState protected_oe property

protected IntPtr,System _luaState
Résultat System.IntPtr