C# Class Expressive.Disassembly.Instructions.VariableReferenceInstruction

Inheritance: Instruction
Show file Open project: ashmind/expressive

Public Methods

Method Description
ToString ( ) : string
VariableReferenceInstruction ( int offset, OpCode opCode, ushort ordinal ) : System.Reflection.Emit

Method Details

ToString() public method

public ToString ( ) : string
return string

VariableReferenceInstruction() public method

public VariableReferenceInstruction ( int offset, OpCode opCode, ushort ordinal ) : System.Reflection.Emit
offset int
opCode System.Reflection.Emit.OpCode
ordinal ushort
return System.Reflection.Emit