C# Class Expressive.Disassembly.Instructions.TypeReferenceInstruction

Inheritance: Instruction
Show file Open project: ashmind/expressive

Public Methods

Method Description
ToString ( ) : string
TypeReferenceInstruction ( int offset, OpCode opCode, Type type ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

TypeReferenceInstruction() public method

public TypeReferenceInstruction ( int offset, OpCode opCode, Type type ) : System
offset int
opCode System.Reflection.Emit.OpCode
type System.Type
return System