Encapsulates the compiled result of a parsed tree and performs evaluations against that compiled result in various contexts.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
C# Copy Code |
---|
public sealed class ByteCode |
Visual Basic Copy Code |
---|
Public NotInheritable Class ByteCode |
This class cannot be instantiated directly. To obtain an instance, call one of the Compile methods of the Compiler class.
System.Object
MindFusion.Scripting.ByteCode