C# Class Expressive.Disassembly.Instructions.SwitchInstruction

Inheritance: Instruction
Show file Open project: ashmind/expressive

Public Methods

Method Description
SwitchInstruction ( int offset, OpCode opCode, int targetOffsets ) : System

Method Details

SwitchInstruction() public method

public SwitchInstruction ( int offset, OpCode opCode, int targetOffsets ) : System
offset int
opCode System.Reflection.Emit.OpCode
targetOffsets int
return System