JaCIL Framework API

StackValueType Enumeration

Represents a particular operand stack state for the CLI code as it pertains to value types.

public enum StackValueType

Members

Member Name Description
ValueType A value type.
BoxedType Boxed version of a value type.
NotValueType A reference type.

Requirements

Namespace: JaCIL.Compiler.Instruction

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

See Also

JaCIL.Compiler.Instruction Namespace