C# Class videocoreelfdis.BoundInstruction

Afficher le fichier Open project: thubble/videocore-elf-dis Class Usage Examples

Méthodes publiques

Méthode Description
BoundInstruction ( InstructionDefinition insn, byte bytes, int curOffset, SectionInfo section ) : System
GetText ( object callbackTarget ) : string
InvokeCallback ( object target ) : void

Private Methods

Méthode Description
EvaluateExpression ( NCalc.Expression expr ) : object
InitializeBoundData ( byte bytes ) : void

Method Details

BoundInstruction() public méthode

public BoundInstruction ( InstructionDefinition insn, byte bytes, int curOffset, SectionInfo section ) : System
insn InstructionDefinition
bytes byte
curOffset int
section SectionInfo
Résultat System

GetText() public méthode

public GetText ( object callbackTarget ) : string
callbackTarget object
Résultat string

InvokeCallback() public méthode

public InvokeCallback ( object target ) : void
target object
Résultat void