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
contextCilExecutionContext- Defines a method that is able to handle an emulated method invocation.
methodIMethodDescriptor- Defines a method that is able to handle an emulated method invocation.
argumentsIList<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.