Class ReflectionInvoker
- Namespace
- Echo.Platforms.AsmResolver.Emulation.Invocation
- Assembly
- Echo.Platforms.AsmResolver.dll
Provides an implementation of a method invoker that steps over any method by invoking it via System.Reflection.
public class ReflectionInvoker : IMethodInvoker
- Inheritance
-
ReflectionInvoker
- Implements
- Inherited Members
- Extension Methods
Properties
Instance
Gets the default instance of the ReflectionInvoker class.
public static ReflectionInvoker Instance { 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