Table of Contents

Namespace Echo.Platforms.AsmResolver.Emulation.Dispatch

Classes

CilDispatchEventArgs

Provides arguments for CIL instruction dispatch events.

CilDispatcher

Provides a mechanism for dispatching instructions to their respective handlers.

CilExecutionContext

Provides a context for evaluating CIL instructions.

DispatcherTableEntryAttribute

Marks the class as a default operation code handler for a CilDispatcher.

FallThroughOpCodeHandler

Provides a base for instruction handlers that finalize evaluation by increasing the program counter by the instruction's size.

Structs

CilDispatchResult

Provides information about the result of an instruction dispatch.

Interfaces

ICilOpCodeHandler

Provides members for evaluating an instruction.