C# 클래스 videocoreelfdis.InstructionDefinition

파일 보기 프로젝트 열기: thubble/videocore-elf-dis 1 사용 예제들

공개 메소드들

메소드 설명
Bind ( byte bytes, int curOffset, SectionInfo section ) : BoundInstruction
InstructionDefinition ( string byteFormat, string action, string callback ) : System
IsMatch ( byte possibleBytes, byte &actualBytes ) : bool

비공개 메소드들

메소드 설명
InitializePrintFormat ( ) : void
ReadInteger ( string action, int &i ) : int

메소드 상세

Bind() 공개 메소드

public Bind ( byte bytes, int curOffset, SectionInfo section ) : BoundInstruction
bytes byte
curOffset int
section SectionInfo
리턴 BoundInstruction

InstructionDefinition() 공개 메소드

public InstructionDefinition ( string byteFormat, string action, string callback ) : System
byteFormat string
action string
callback string
리턴 System

IsMatch() 공개 메소드

public IsMatch ( byte possibleBytes, byte &actualBytes ) : bool
possibleBytes byte
actualBytes byte
리턴 bool