CreateFromString(string,string,Library?,int)
Method in CompilationJob
Summary
Creates a new CompilationJob using the contents of a string.
Parameters
Name
Description
string
fileName
The name to assign to the compiled file.
string
source
The text to compile.
Yarn.Library library
Library of function definitions to use during compilation.
int
languageVersion
The version of the Yarn language to use.
Returns
A new CompilationJob .
Last updated