Charting for WinForms Programmer's Guide
ByteCode Class
Remarks See Also
 






Encapsulates the compiled result of a parsed tree and performs evaluations against that compiled result in various contexts.

Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting

 Syntax

C#  Copy Code

public sealed class ByteCode

Visual Basic  Copy Code

Public NotInheritable Class ByteCode

 Remarks

This class cannot be instantiated directly. To obtain an instance, call one of the Compile methods of the Compiler class.

 Inheritance Hierarchy

System.Object
    MindFusion.Scripting.ByteCode

 See Also

ByteCode Members
MindFusion.Scripting Namespace