JaCIL Framework API

IInstructionContext.Instruction Property

The Cecil instruction representing this context.

Mono.Cecil.Cil.Instruction Instruction {get;}

Property Value

The Cecil instruction representing this context.

Remarks

This could potentially be null for synthetic contexts.

See Also

IInstructionContext Interface | JaCIL.Compiler.Context Namespace