Class MethodInvokerChain
- Namespace
- Echo.Platforms.AsmResolver.Emulation.Invocation
- Assembly
- Echo.Platforms.AsmResolver.dll
Represents a chain of method invokers that are invoked in sequence until one of the invokers produces a conclusive result.
public class MethodInvokerChain : IMethodInvoker
- Inheritance
-
MethodInvokerChain
- Implements
- Inherited Members
- Extension Methods
Properties
Invokers
Gets the list of invokers to be called.
public IList<IMethodInvoker> Invokers { get; }
Property Value
Methods
Invoke(CilExecutionContext, IMethodDescriptor, IList<BitVector>)
Invokes or emulates an external method.
public InvocationResult Invoke(CilExecutionContext context, IMethodDescriptor method, IList<BitVector> arguments)
Parameters
contextCilExecutionContextThe execution context the call originates from.
methodIMethodDescriptorThe method to invoke.
argumentsIList<BitVector>The arguments to invoke the method with.
Returns
- InvocationResult
The result