C# Class BOLTStack.LuaBaseView

Show file Open project: fanfeilong/boltstack

Protected Methods

Method Description
GetLuaChunk ( string file, string func ) : IntPtr
GetLuaRuntime ( ) : IntPtr
GetLuaState ( ) : IntPtr

Method Details

GetLuaChunk() protected method

protected GetLuaChunk ( string file, string func ) : IntPtr
file string
func string
return System.IntPtr

GetLuaRuntime() protected method

protected GetLuaRuntime ( ) : IntPtr
return System.IntPtr

GetLuaState() protected method

protected GetLuaState ( ) : IntPtr
return System.IntPtr