Charting for WinForms Programmer's Guide
ByteCode Members
Properties Methods
 


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

The following tables list the members exposed by the ByteCode type.

 Public Properties

  Name Description

Identifiers

Gets the list with all identifiers within the code. There is no guarantee that this list will contain unique entries, thus, if an identifier is encountered several times in the initial sequence, it will appear several times in the returned list.

 Public Methods

  Name Description

Empty

Creates and returns an empty byte code. Evaluating empty byte code will produce null (Nothing in Visual Basic) as a result.

Evaluate

Evaluates the byte code in the specified context.

 See Also

ByteCode Class
MindFusion.Scripting Namespace