Returns a ByteCode object corresponding to the specified source code. The returned byte code can be subsequently evaluated by calling its Evaluate method.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
C# Copy Code |
---|
public static ByteCode Compile ( |
Visual Basic Copy Code |
---|
Public Shared Function Compile( _ |
The script to compile.
The compilation options.
The compiled script.