C# 클래스 IronLua.Library.Library

파일 보기 프로젝트 열기: ericmj/IronLua

공개 메소드들

메소드 설명
Setup ( LuaTable table ) : void

보호된 메소드들

메소드 설명
Library ( IronLua.Runtime.Context context ) : IronLua.Runtime

메소드 상세

Library() 보호된 메소드

protected Library ( IronLua.Runtime.Context context ) : IronLua.Runtime
context IronLua.Runtime.Context
리턴 IronLua.Runtime

Setup() 공개 추상적인 메소드

public abstract Setup ( LuaTable table ) : void
table IronLua.Runtime.LuaTable
리턴 void