JaCIL Framework API

IStack Interface

Represents the stack state for a particular CLI instruction.

For a list of all members of this type, see IStack Members.

public interface IStack : IEnumerable

Types that implement IStack

Type Description
Stack Standard stack state implementation

Remarks

A compliant implementation must iterate in order from bottom of the stack to the top.

Note    This would probably be better served as a generic collection, however since we are targetting 1.1 CLI that is not an option.

Requirements

Namespace: JaCIL.Compiler.Instruction

Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)

See Also

IStack Members | JaCIL.Compiler.Instruction Namespace