C# Class Expressive.Disassembly.Instructions.Instruction

显示文件 Open project: ashmind/expressive Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
Instruction ( int offset, OpCode opCode ) : System

Method Details

Instruction() protected method

protected Instruction ( int offset, OpCode opCode ) : System
offset int
opCode System.Reflection.Emit.OpCode
return System

ToString() public method

public ToString ( ) : string
return string