Interface IMethodInvoker
Allows invocation of the method.
Namespace: Metalama.Framework.Code.Invokers
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public interface IMethodInvoker
Methods
Name | Description |
---|---|
Invoke(Object[]) | Generates run-time code that invokes the current method with a given list of arguments. By default, the target instance
of the method is |
With(InvokerOptions) | Gets an IMethodInvoker for the same method and target with different options. |
With(Object, InvokerOptions) | Gets an IMethodInvoker for the same method but with a different target instance and optionally different options. |