C# Class Expressive.Disassembly.Instructions.FieldReferenceInstruction

Inheritance: Instruction
Show file Open project: ashmind/expressive

Public Methods

Method Description
FieldReferenceInstruction ( int offset, OpCode opCode, FieldInfo field ) : System
ToString ( ) : string

Method Details

FieldReferenceInstruction() public method

public FieldReferenceInstruction ( int offset, OpCode opCode, FieldInfo field ) : System
offset int
opCode System.Reflection.Emit.OpCode
field System.Reflection.FieldInfo
return System

ToString() public method

public ToString ( ) : string
return string