C# Class Expressive.Disassembly.Instructions.UnsupportedInstruction

Inheritance: Instruction
Show file Open project: ashmind/expressive

Public Methods

Method Description
UnsupportedInstruction ( int offset, OpCode opCode ) : System

Method Details

UnsupportedInstruction() public method

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