Table of Contents

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

IList<IMethodInvoker>

Methods

Invoke(CilExecutionContext, IMethodDescriptor, IList<BitVector>)

Invokes or emulates an external method.

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

Parameters

context CilExecutionContext

The execution context the call originates from.

method IMethodDescriptor

The method to invoke.

arguments IList<BitVector>

The arguments to invoke the method with.

Returns

InvocationResult

The result