CreateFromString(string,string,Library)
public static CompilationJob CreateFromString(string fileName, string source, Library library = null)
Name | Description |
---|---|
string fileName | The name to assign to the compiled file. |
string source | The text to compile. |
Library of function definitions to use during compilation. |
Last modified 21d ago