Table of Contents

Class LdFldaHandler

Namespace
Echo.Platforms.AsmResolver.Emulation.Dispatch.ObjectModel
Assembly
Echo.Platforms.AsmResolver.dll

Implements a CIL instruction handler for ldflda operations.

[DispatcherTableEntry(new CilCode[] { CilCode.Ldflda })]
public class LdFldaHandler : FieldOpCodeHandler, ICilOpCodeHandler
Inheritance
LdFldaHandler
Implements
Inherited Members

Methods

DispatchInternal(CilExecutionContext, CilInstruction, IFieldDescriptor)

Handles the actual operation on the field.

protected override CilDispatchResult DispatchInternal(CilExecutionContext context, CilInstruction instruction, IFieldDescriptor field)

Parameters

context CilExecutionContext

The context to evaluate the instruction in.

instruction CilInstruction

The instruction to dispatch and evaluate.

field IFieldDescriptor

The field to perform the operation on.

Returns

CilDispatchResult

The dispatching result.