C# 클래스 Henchmen.Lua.Function

파일 보기 프로젝트 열기: henchmeninteractive/HenchLua

공개 메소드들

메소드 설명
Load ( Stream byteCode, Table globals ) : Function
Optimize ( Function function ) : void

비공개 메소드들

메소드 설명
Function ( ) : System

메소드 상세

Load() 공개 정적인 메소드

public static Load ( Stream byteCode, Table globals ) : Function
byteCode Stream
globals Table
리턴 Function

Optimize() 공개 정적인 메소드

public static Optimize ( Function function ) : void
function Function
리턴 void