C# Class Expressive.Disassembly.Instructions.SimpleInstruction

Inheritance: Instruction
Show file Open project: ashmind/expressive

Public Methods

Method Description
SimpleInstruction ( int offset, OpCode opCode ) : System.Reflection.Emit

Method Details

SimpleInstruction() public method

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