C# Class Expressive.Elements.InstructionElement

Inheritance: IElement, IPreservingOffset
Afficher le fichier Open project: ashmind/expressive Class Usage Examples

Méthodes publiques

Méthode Description
InstructionElement ( Instruction instruction ) : System
ToString ( ) : string
ToString ( Indent indent ) : string

Method Details

InstructionElement() public méthode

public InstructionElement ( Instruction instruction ) : System
instruction Expressive.Disassembly.Instructions.Instruction
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( Indent indent ) : string
indent Expressive.Elements.Presentation.Indent
Résultat string