JaCIL Framework API

BaseInstructionContext.Ordinal Property

The ordinal of this instruction. Used to determine actual relative position in the stream.

public JaCIL.Compiler.Instruction.Ordinal Ordinal {get;}

Property Value

The ordinal of this instruction. Used to determine actual relative position in the stream.

Implements

IInstructionContext.Ordinal

Remarks

This is usually based on the actual IL offset of the instruction, but does not have to be.

See Also

BaseInstructionContext Class | JaCIL.Compiler.Context Namespace