Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Jurassic
CompiledScript
C# Class Jurassic.CompiledScript
Represents the result of compiling a script.
Mostrar archivo
Open project: paulbartrum/jurassic
Public Methods
Method
Description
Execute
( ) :
void
Executes the compiled script.
Private Methods
Method
Description
CompiledScript
(
GlobalMethodGenerator
methodGen
) :
System
Method Details
Execute()
public
method
Executes the compiled script.
public
Execute
( ) :
void
return
void