C# Class Expressive.Elements.InstructionElement

Inheritance: IElement, IPreservingOffset
Mostrar archivo Open project: ashmind/expressive Class Usage Examples

Public Methods

Method Description
InstructionElement ( Instruction instruction ) : System
ToString ( ) : string
ToString ( Indent indent ) : string

Method Details

InstructionElement() public method

public InstructionElement ( Instruction instruction ) : System
instruction Expressive.Disassembly.Instructions.Instruction
return System

ToString() public method

public ToString ( ) : string
return string

ToString() public method

public ToString ( Indent indent ) : string
indent Expressive.Elements.Presentation.Indent
return string