C# Class Expressive.Disassembly.Instructions.BranchInstruction

Inheritance: Instruction
Show file Open project: ashmind/expressive

Public Methods

Method Description
BranchInstruction ( int offset, OpCode opCode, int targetOffset ) : System
ToString ( ) : string

Method Details

BranchInstruction() public method

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

ToString() public method

public ToString ( ) : string
return string