C# Class Expressive.Disassembly.Instructions.MethodReferenceInstruction

Inheritance: Instruction
Show file Open project: ashmind/expressive

Public Methods

Method Description
MethodReferenceInstruction ( int offset, OpCode opCode, MethodBase method ) : System
ToString ( ) : string

Method Details

MethodReferenceInstruction() public method

public MethodReferenceInstruction ( int offset, OpCode opCode, MethodBase method ) : System
offset int
opCode System.Reflection.Emit.OpCode
method System.Reflection.MethodBase
return System

ToString() public method

public ToString ( ) : string
return string