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
SyntaxC#
Copy Code
|
|---|
public static ByteCode Compile ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function Compile ( _ |
The script to compile.
A ByteCode instance representing the compiled script.
See Also