C# 클래스 BOLTStack.LuaBaseFunctor

상속: LuaBase
파일 보기 프로젝트 열기: fanfeilong/boltstack

보호된 프로퍼티들

프로퍼티 타입 설명
_lastTopIndex int
_luaFunctionRefIndex int
_luaState System.IntPtr

보호된 메소드들

메소드 설명
BeginCall ( ) : void
EndCall ( ) : void
LuaBaseFunctor ( IntPtr luaState ) : System
OnDisposeUnmangedResources ( ) : void

메소드 상세

BeginCall() 보호된 메소드

protected BeginCall ( ) : void
리턴 void

EndCall() 보호된 메소드

protected EndCall ( ) : void
리턴 void

LuaBaseFunctor() 보호된 메소드

protected LuaBaseFunctor ( IntPtr luaState ) : System
luaState System.IntPtr
리턴 System

OnDisposeUnmangedResources() 보호된 메소드

protected OnDisposeUnmangedResources ( ) : void
리턴 void

프로퍼티 상세

_lastTopIndex 보호되어 있는 프로퍼티

protected int _lastTopIndex
리턴 int

_luaFunctionRefIndex 보호되어 있는 프로퍼티

protected int _luaFunctionRefIndex
리턴 int

_luaState 보호되어 있는 프로퍼티

protected IntPtr,System _luaState
리턴 System.IntPtr