C# 클래스 Henchmen.Lua.State

A simple extension of Thread, which pairs it with a table of globals. The globals don't have any special role to play in execution, this is just a convenient way to keep everything bundled together.
상속: Thread
파일 보기 프로젝트 열기: henchmeninteractive/HenchLua

공개 메소드들

메소드 설명
LoadFunction ( System byteCode ) : Function
State ( ) : System
State ( Table globals ) : System

메소드 상세

LoadFunction() 공개 메소드

public LoadFunction ( System byteCode ) : Function
byteCode System
리턴 Function

State() 공개 메소드

public State ( ) : System
리턴 System

State() 공개 메소드

public State ( Table globals ) : System
globals Table
리턴 System