C# 클래스 Jurassic.CompiledScript

Represents the result of compiling a script.
파일 보기 프로젝트 열기: paulbartrum/jurassic

공개 메소드들

메소드 설명
Execute ( ) : void

Executes the compiled script.

비공개 메소드들

메소드 설명
CompiledScript ( GlobalMethodGenerator methodGen ) : System

메소드 상세

Execute() 공개 메소드

Executes the compiled script.
public Execute ( ) : void
리턴 void