Encapsulates the compiled result of a parsed tree and performs evaluations against that compiled result in various contexts.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
SyntaxC#
Copy Code
|
|---|
public sealed class ByteCode |
Visual Basic
Copy Code
|
|---|
Public NotInheritable Class ByteCode |
RemarksThis class cannot be instantiated directly. To obtain an instance, call one of the Compile methods of the Compiler class.
Inheritance HierarchySystem.Object![]()
MindFusion.Scripting.ByteCode
See Also