Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Instruction(int, OpCode, object)

Declaration

public Instruction(
    int startOffset,
    OpCode opCode,
    object operand
)

Summary

Constructs an instance representing an IL instruction.

Parameters

intstartOffsetThe byte offset at which this instruction starts.
OpCodeopCodeThe opcode of the instruction.
objectoperandThe operand.