JaCIL Framework API

BaseInstructionContext.Instruction Property

The Cecil instruction representing this context.

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

Property Value

The Cecil instruction representing this context.

Implements

IInstructionContext.Instruction

Remarks

This could potentially be null for synthetic contexts.

See Also

BaseInstructionContext Class | JaCIL.Compiler.Context Namespace