C# 클래스 Expressive.Elements.InstructionElement

상속: IElement, IPreservingOffset
파일 보기 프로젝트 열기: ashmind/expressive 1 사용 예제들

공개 메소드들

메소드 설명
InstructionElement ( Instruction instruction ) : System
ToString ( ) : string
ToString ( Indent indent ) : string

메소드 상세

InstructionElement() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

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