C# Class videocoreelfdis.BoundInstruction

Mostrar archivo Open project: thubble/videocore-elf-dis Class Usage Examples

Public Methods

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

Private Methods

Method Description
EvaluateExpression ( NCalc.Expression expr ) : object
InitializeBoundData ( byte bytes ) : void

Method Details

BoundInstruction() public method

public BoundInstruction ( InstructionDefinition insn, byte bytes, int curOffset, SectionInfo section ) : System
insn InstructionDefinition
bytes byte
curOffset int
section SectionInfo
return System

GetText() public method

public GetText ( object callbackTarget ) : string
callbackTarget object
return string

InvokeCallback() public method

public InvokeCallback ( object target ) : void
target object
return void