Class LdArgaHandler
- Assembly
- Echo.Platforms.AsmResolver.dll
Implements a CIL instruction handler for ldarga operations and its derivatives.
[DispatcherTableEntry(new CilCode[] { CilCode.Ldarga, CilCode.Ldarga_S })]
public class LdArgaHandler : FallThroughOpCodeHandler, ICilOpCodeHandler
- Inheritance
-
LdArgaHandler
- Implements
- Inherited Members
Methods
DispatchInternal(CilExecutionContext, CilInstruction)
Evaluates a CIL instruction in the provided execution context, without increasing the program counter.
protected override CilDispatchResult DispatchInternal(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.