Table of Contents

Delegate MethodHandler

Namespace
Echo.Platforms.AsmResolver.Emulation.Invocation
Assembly
Echo.Platforms.AsmResolver.dll

Defines a method that is able to handle an emulated method invocation.

public delegate InvocationResult MethodHandler(CilExecutionContext context, IMethodDescriptor method, IList<BitVector> arguments)

Parameters

context CilExecutionContext
Defines a method that is able to handle an emulated method invocation.
method IMethodDescriptor
Defines a method that is able to handle an emulated method invocation.
arguments IList<BitVector>
Defines a method that is able to handle an emulated method invocation.

Returns

InvocationResult
Defines a method that is able to handle an emulated method invocation.