Interface ICilOpCodeHandler
- Namespace
- Echo.Platforms.AsmResolver.Emulation.Dispatch
- Assembly
- Echo.Platforms.AsmResolver.dll
Provides members for evaluating an instruction.
public interface ICilOpCodeHandler
Methods
Dispatch(CilExecutionContext, CilInstruction)
Evaluates a CIL instruction in the provided execution context.
CilDispatchResult Dispatch(CilExecutionContext context, CilInstruction instruction)
Parameters
contextCilExecutionContextThe context to evaluate the instruction in.
instructionCilInstructionThe instruction to dispatch and evaluate.
Returns
- CilDispatchResult
A value indicating whether the dispatch was successful or caused an error.